Skip to content

Commit a5063d7

Browse files
authored
Merge pull request #2069 from serhii-solodkyi/changing-property-translator-typing
Refactor: Type property with interface instead of concrete class for better extensibility
2 parents b4029f0 + 849a170 commit a5063d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
use Illuminate\Cache\CacheManager;
66
use Illuminate\Container\Container;
7+
use Illuminate\Contracts\Translation\Translator;
78
use Illuminate\Filesystem\Filesystem;
89
use Illuminate\Support\Arr;
910
use Illuminate\Support\Str;
1011
use Illuminate\Support\Traits\Macroable;
11-
use Illuminate\Translation\Translator;
1212
use Nwidart\Modules\Constants\ModuleEvent;
1313
use Nwidart\Modules\Contracts\ActivatorInterface;
1414

0 commit comments

Comments
 (0)