LD 5 lat temu
rodzic
commit
ec70f4781f
1 zmienionych plików z 1 dodań i 0 usunięć
  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());