1 | <?php |
||
8 | class EventServiceProvider extends ServiceProvider |
||
9 | { |
||
10 | /** |
||
11 | * The event listener mappings for the application. |
||
12 | * |
||
13 | * @var array |
||
14 | */ |
||
15 | protected $listen = []; |
||
16 | |||
17 | /** |
||
18 | * Register any other events for your application. |
||
19 | * |
||
20 | * @return void |
||
21 | */ |
||
22 | public function boot() |
||
26 | } |
||
27 |