@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Zoutapps\Laravel\Backpack\Branding\Services; |
4 | 4 | |
5 | -use Illuminate\Support\Collection; |
|
6 | 5 | use Zoutapps\Laravel\Backpack\Branding\Commands\BrandingCommand; |
7 | 6 | use Zoutapps\Laravel\Backpack\Branding\Traits\ValueReplacerTrait; |
8 | 7 |
@@ -5,9 +5,9 @@ |
||
5 | 5 | use Illuminate\Console\Command; |
6 | 6 | use Illuminate\Console\ConfirmableTrait; |
7 | 7 | use Zoutapps\Laravel\Backpack\Branding\Services\BackpackBaseConfigService; |
8 | +use Zoutapps\Laravel\Backpack\Branding\Services\BrandingService; |
|
8 | 9 | use Zoutapps\Laravel\Backpack\Branding\Services\CopyService; |
9 | 10 | use Zoutapps\Laravel\Backpack\Branding\Services\EnvService; |
10 | -use Zoutapps\Laravel\Backpack\Branding\Services\BrandingService; |
|
11 | 11 | |
12 | 12 | class BrandingCommand extends Command |
13 | 13 | { |