| 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 | * @param \Illuminate\Contracts\Events\Dispatcher $events |
||
| 21 | * @return void |
||
| 22 | */ |
||
| 23 | public function boot(DispatcherContract $events) |
||
| 29 | } |
||
| 30 |