1 | <?php namespace Maqe\Qwatcher; |
||
11 | class QwatcherServiceProvider extends ServiceProvider |
||
12 | { |
||
13 | /** |
||
14 | * Bootstrap any application services. |
||
15 | * |
||
16 | * @return void |
||
17 | */ |
||
18 | public function boot() |
||
32 | |||
33 | /** |
||
34 | * Register the service provider. |
||
35 | * |
||
36 | * @return void |
||
37 | */ |
||
38 | public function register() |
||
52 | |||
53 | /** |
||
54 | * Get the services provided by the provider. |
||
55 | * |
||
56 | * @return array |
||
57 | */ |
||
58 | public function provides() |
||
62 | } |
||
63 |