| 1 | <?php  | 
            ||
| 11 | class SeoServiceProvider extends ServiceProvider  | 
            ||
| 12 | { | 
            ||
| 13 | /**  | 
            ||
| 14 | * Bootstrap any application services.  | 
            ||
| 15 | *  | 
            ||
| 16 | * @return void  | 
            ||
| 17 | */  | 
            ||
| 18 | public function boot()  | 
            ||
| 23 | |||
| 24 | protected function bootConfig()  | 
            ||
| 34 | |||
| 35 | protected function bootDirectives()  | 
            ||
| 41 | |||
| 42 | /**  | 
            ||
| 43 | * Register any application services.  | 
            ||
| 44 | *  | 
            ||
| 45 | * @return void  | 
            ||
| 46 | */  | 
            ||
| 47 | public function register()  | 
            ||
| 61 | |||
| 62 | public function provide()  | 
            ||
| 68 | }  | 
            ||
| 69 |