DIR:/home/htlwork.com/www/dev/sheenbazaar/vendor/maatwebsite/excel/src/Concerns/ |
Current File : /home/htlwork.com/www/dev/sheenbazaar/vendor/maatwebsite/excel/src/Concerns/WithValidation.php |
<?php namespace Maatwebsite\Excel\Concerns; interface WithValidation { /** * @return array */ public function rules(): array; } |