1 | <?php namespace Nwidart\LaravelBroadway; |
||
5 | class LaravelBroadwayServiceProvider extends ServiceProvider |
||
6 | { |
||
7 | public function register() |
||
20 | |||
21 | /** |
||
22 | * Register the configuration file so Laravel can publish them |
||
23 | * Also merges the published config file with original |
||
24 | */ |
||
25 | private function registerConfiguration() |
||
31 | |||
32 | /** |
||
33 | * Register the migrations so Laravel can publish them |
||
34 | */ |
||
35 | private function registerMigrations() |
||
41 | } |
||
42 |