1 | <?php |
||
8 | class ExceptionMonitorServiceProvider extends ServiceProvider |
||
9 | { |
||
10 | |||
11 | /** |
||
12 | * Perform post-registration booting of services. |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | public function boot() |
||
24 | |||
25 | |||
26 | /** |
||
27 | * Register bindings in the container. |
||
28 | * |
||
29 | * @return void |
||
30 | */ |
||
31 | public function register() |
||
38 | |||
39 | |||
40 | /** |
||
41 | * Get the services provided by the provider. |
||
42 | * |
||
43 | * @return array |
||
44 | */ |
||
45 | public function provides() |
||
49 | } |