@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\TranslationLoader\TranslationLoaders; |
| 4 | 4 | |
| 5 | -use Spatie\TranslationLoader\LanguageLine; |
|
| 6 | 5 | use Spatie\TranslationLoader\Exceptions\InvalidConfiguration; |
| 6 | +use Spatie\TranslationLoader\LanguageLine; |
|
| 7 | 7 | |
| 8 | 8 | class Db implements TranslationLoader |
| 9 | 9 | { |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\TranslationLoader; |
| 4 | 4 | |
| 5 | -use Illuminate\Support\Facades\Cache; |
|
| 6 | 5 | use Illuminate\Database\Eloquent\Model; |
| 6 | +use Illuminate\Support\Facades\Cache; |
|
| 7 | 7 | |
| 8 | 8 | class LanguageLine extends Model |
| 9 | 9 | { |