1 | <?php |
||
7 | class QueuePoolServiceProvider extends ServiceProvider |
||
8 | { |
||
9 | /** |
||
10 | * Bootstrap the application services. |
||
11 | */ |
||
12 | public function boot() |
||
28 | |||
29 | /** |
||
30 | * Register the application services. |
||
31 | */ |
||
32 | public function register() |
||
36 | |||
37 | /** |
||
38 | * Get the services provided by the provider. |
||
39 | * |
||
40 | * @return array |
||
41 | */ |
||
42 | public function provides() |
||
48 | } |
||
49 |