1 | <?php |
||
7 | class BugNotifierServiceProvider extends ServiceProvider |
||
8 | { |
||
9 | /** |
||
10 | * Perform post-registration booting of services. |
||
11 | * |
||
12 | * @return void |
||
13 | */ |
||
14 | 30 | public function boot() |
|
24 | |||
25 | /** |
||
26 | * Register bindings in the container. |
||
27 | * |
||
28 | * @return void |
||
29 | */ |
||
30 | public function register() |
||
36 | } |
||
37 |