%PDF- %PDF-
Direktori : /proc/thread-self/root/var/www/html/hrsys/api/vendor/maatwebsite/excel/src/Concerns/ |
Current File : //proc/thread-self/root/var/www/html/hrsys/api/vendor/maatwebsite/excel/src/Concerns/WithLimit.php |
<?php namespace Maatwebsite\Excel\Concerns; interface WithLimit { /** * @return int */ public function limit(): int; }