1 | <?php |
||
6 | class SocialMapFavoritesServiceProvider extends ServiceProvider { |
||
7 | |||
8 | /** |
||
9 | * Bootstrap any application services. |
||
10 | * |
||
11 | * @return void |
||
12 | */ |
||
13 | public function boot() |
||
17 | |||
18 | /** |
||
19 | * Setting up Favorite Command Handlers && ActionableTrait |
||
20 | */ |
||
21 | protected function loadupCommands(){ |
||
35 | |||
36 | /** |
||
37 | * Register any application services. |
||
38 | * |
||
39 | */ |
||
40 | public function register() |
||
44 | |||
45 | |||
46 | } |
||
47 |