1 | <?php |
||
8 | class BusServiceProvider extends ServiceProvider |
||
9 | { |
||
10 | /** |
||
11 | * Bootstrap any application services. |
||
12 | * |
||
13 | * @param \Illuminate\Bus\Dispatcher $dispatcher |
||
14 | */ |
||
15 | public function boot(Dispatcher $dispatcher) |
||
25 | |||
26 | /** |
||
27 | * Register any application services. |
||
28 | */ |
||
29 | 9 | public function register() |
|
33 | } |
||
34 |