| 1 | <?php |
||
| 14 | class EventsProvider extends LaravelEventServiceProvider |
||
| 15 | { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * The event listener mappings for the application. |
||
| 19 | * |
||
| 20 | * @var array |
||
| 21 | */ |
||
| 22 | protected $listen = [ |
||
| 23 | // |
||
| 24 | ]; |
||
| 25 | |||
| 26 | |||
| 27 | /** |
||
| 28 | * Register any other events for your application. |
||
| 29 | * |
||
| 30 | * @return void |
||
| 31 | */ |
||
| 32 | public function boot() |
||
| 38 | |||
| 39 | } |
||
| 40 |