| 1 | <?php  | 
            ||
| 8 | class TranslugServiceProvider extends ServiceProvider  | 
            ||
| 9 | { | 
            ||
| 10 | /**  | 
            ||
| 11 | * Indicates if loading of the provider is deferred.  | 
            ||
| 12 | *  | 
            ||
| 13 | * @var bool  | 
            ||
| 14 | */  | 
            ||
| 15 | protected $defer = false;  | 
            ||
| 16 | |||
| 17 | /**  | 
            ||
| 18 | * Bootstrap the application services.  | 
            ||
| 19 | *  | 
            ||
| 20 | * @return void  | 
            ||
| 21 | */  | 
            ||
| 22 | public function boot()  | 
            ||
| 26 | |||
| 27 | /**  | 
            ||
| 28 | * Register the application services.  | 
            ||
| 29 | *  | 
            ||
| 30 | * @return void  | 
            ||
| 31 | */  | 
            ||
| 32 | public function register()  | 
            ||
| 38 | }  | 
            ||
| 39 |