@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Ben182\AutoTranslate; |
| 4 | 4 | |
| 5 | -use Illuminate\Support\Arr; |
|
| 6 | 5 | use Ben182\AutoTranslate\Translators\TranslatorInterface; |
| 7 | 6 | |
| 8 | 7 | abstract class AutoTranslate |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Ben182\AutoTranslate\AutoTranslators; |
| 4 | 4 | |
| 5 | 5 | use Ben182\AutoTranslate\AutoTranslate; |
| 6 | -use Ben182\AutoTranslate\Translators\TranslatorInterface; |
|
| 7 | 6 | |
| 8 | 7 | class JsonTranslator extends AutoTranslate |
| 9 | 8 | { |
@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Ben182\AutoTranslate\AutoTranslators; |
| 4 | 4 | |
| 5 | -use Illuminate\Support\Arr; |
|
| 6 | -use Themsaid\Langman\Manager as Langman; |
|
| 7 | 5 | use Ben182\AutoTranslate\AutoTranslate; |
| 8 | 6 | use Ben182\AutoTranslate\Translators\TranslatorInterface; |
| 7 | +use Illuminate\Support\Arr; |
|
| 8 | +use Themsaid\Langman\Manager as Langman; |
|
| 9 | 9 | |
| 10 | 10 | class PhpTranslator extends AutoTranslate |
| 11 | 11 | { |
@@ -2,11 +2,11 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Ben182\AutoTranslate\Commands; |
| 4 | 4 | |
| 5 | -use Illuminate\Support\Arr; |
|
| 6 | -use Illuminate\Support\Str; |
|
| 7 | -use Illuminate\Console\Command; |
|
| 8 | 5 | use Ben182\AutoTranslate\AutoTranslators\JsonTranslator; |
| 9 | 6 | use Ben182\AutoTranslate\AutoTranslators\PhpTranslator; |
| 7 | +use Illuminate\Console\Command; |
|
| 8 | +use Illuminate\Support\Arr; |
|
| 9 | +use Illuminate\Support\Str; |
|
| 10 | 10 | |
| 11 | 11 | class AllCommand extends Command |
| 12 | 12 | { |
@@ -2,11 +2,11 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Ben182\AutoTranslate\Commands; |
| 4 | 4 | |
| 5 | -use Illuminate\Support\Arr; |
|
| 6 | -use Illuminate\Support\Str; |
|
| 7 | -use Illuminate\Console\Command; |
|
| 8 | 5 | use Ben182\AutoTranslate\AutoTranslators\JsonTranslator; |
| 9 | 6 | use Ben182\AutoTranslate\AutoTranslators\PhpTranslator; |
| 7 | +use Illuminate\Console\Command; |
|
| 8 | +use Illuminate\Support\Arr; |
|
| 9 | +use Illuminate\Support\Str; |
|
| 10 | 10 | |
| 11 | 11 | class MissingCommand extends Command |
| 12 | 12 | { |