|
@@ -5,9 +5,9 @@ |
|
|
block discarded – undo |
|
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
|
{ |
Please login to merge, or discard this patch.