| 1 | <?php |
||
| 9 | class TranslationServiceProvider extends IlluminateTranslationServiceProvider |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Register the application services. |
||
| 13 | */ |
||
| 14 | public function register() |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Bootstrap the application services. |
||
| 23 | */ |
||
| 24 | public function boot() |
||
| 40 | |||
| 41 | /** |
||
| 42 | * Register the translation line loader. This method registers a |
||
| 43 | * `TranslationLoaderManager` instead of a simple `FileLoader` as the |
||
| 44 | * applications `translation.loader` instance. |
||
| 45 | */ |
||
| 46 | protected function registerLoader() |
||
| 54 | } |
||
| 55 |