Total Complexity | 5 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
5 | class TranslationLoaderDb implements TranslationLoader |
||
6 | { |
||
7 | /** |
||
8 | * @param string $locale |
||
9 | * @param string $group |
||
10 | * |
||
11 | * @return array |
||
12 | */ |
||
13 | public function loadTranslations(string $locale, string $group): array |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * @return array |
||
27 | */ |
||
28 | protected function getConfiguredModelClass(): array |
||
35 |