LD 5 лет назад
Родитель
Сommit
ec70f4781f
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Console/Commands/TestMakeCommand.php

+ 1 - 0
app/Console/Commands/TestMakeCommand.php

@@ -69,6 +69,7 @@ class TestMakeCommand extends \Illuminate\Foundation\Console\TestMakeCommand
             ? $this->resolveStubPath('/stubs/test.unit.stub')
             : $this->resolveStubPath('/stubs/test.stub');
     }
+
     protected function replaceClass($stub, $name)
     {
         $class = str_replace($this->getNamespace($name).'\\', '', $this->getMethodName());