| 1 | <?php |
||
| 6 | class SocialMapFavoritesServiceProvider extends ServiceProvider{ |
||
| 7 | |||
| 8 | /** |
||
| 9 | * Bootstrap any application services. |
||
| 10 | * |
||
| 11 | * @return void |
||
| 12 | */ |
||
| 13 | 6 | public function boot() |
|
| 17 | |||
| 18 | /** |
||
| 19 | * Setting up Favorite Command Handlers && ActionableTrait |
||
| 20 | */ |
||
| 21 | 6 | protected function loadupCommands(){ |
|
| 39 | |||
| 40 | 6 | /** |
|
| 41 | * Register any application services. |
||
| 42 | * |
||
| 43 | 6 | */ |
|
| 44 | public function register() |
||
| 48 | |||
| 49 | |||
| 50 | } |
||
| 51 |