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