| Total Complexity | 1 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class TranslationServiceProvider extends IlluminateTranslationServiceProvider |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Register the translation line loader. This method registers a |
||
| 11 | * `TranslationLoaderManager` instead of a simple `FileLoader` as the |
||
| 12 | * applications `translation.loader` instance. |
||
| 13 | */ |
||
| 14 | protected function registerLoader() |
||
| 23 |