@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Jumilla\Generators\Laravel\OneFileGeneratorCommand as BaseCommand; |
| 6 | 6 | use Jumilla\Generators\FileGenerator; |
| 7 | -use LaravelPlus\Extension\Addons\Addon; |
|
| 8 | 7 | use LaravelPlus\Extension\Generators\GeneratorCommandTrait; |
| 9 | 8 | |
| 10 | 9 | class TestMakeCommand extends BaseCommand |
@@ -73,7 +73,7 @@ |
||
| 73 | 73 | */ |
| 74 | 74 | protected function getDefaultNamespace() |
| 75 | 75 | { |
| 76 | - return $this->getRootNamespace() . ($this->option('unit') ? '\\Unit' : '\\Feature'); |
|
| 76 | + return $this->getRootNamespace().($this->option('unit') ? '\\Unit' : '\\Feature'); |
|
| 77 | 77 | } |
| 78 | 78 | |
| 79 | 79 | /** |