| 1 | <?php |
||
| 7 | class SquantoManagerServiceProvider extends ServiceProvider |
||
| 8 | { |
||
| 9 | protected $defer = false; |
||
| 10 | |||
| 11 | /** |
||
| 12 | * @return array |
||
| 13 | */ |
||
| 14 | public function provides() |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Bootstrap any application services. |
||
| 21 | * |
||
| 22 | * @return void |
||
| 23 | */ |
||
| 24 | public function boot() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * Register our translator |
||
| 38 | * |
||
| 39 | * @return void |
||
| 40 | */ |
||
| 41 | public function register() |
||
| 45 | } |
||
| 46 |