1 | <?php |
||
8 | class ServiceProvider extends LaravelServiceProvider |
||
9 | { |
||
10 | /** |
||
11 | * @var string |
||
12 | */ |
||
13 | protected $packageName = 'amqp-consumer'; |
||
14 | |||
15 | /** |
||
16 | * Bootstrap the application services. |
||
17 | */ |
||
18 | public function boot() |
||
27 | |||
28 | /** |
||
29 | * Register the application services. |
||
30 | */ |
||
31 | public function register() |
||
57 | } |
||
58 |