We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb0d05 commit fd0683cCopy full SHA for fd0683c
src/Console/RepositoryMakeCommand.php
@@ -56,7 +56,7 @@ protected function getStub()
56
*/
57
protected function getDefaultNamespace($rootNamespace)
58
{
59
- return $rootNamespace.'\Repositories';
+ return $rootNamespace.'\Http\Repositories';
60
}
61
62
/**
@@ -77,7 +77,7 @@ protected function buildClass($name)
77
$replace = $this->buildModelReplacements($replace);
78
79
80
- $replace["use {$controllerNamespace}\Controller;\n"] = '';
+ // $replace["use {$controllerNamespace}\Controller;\n"] = '';
81
82
return str_replace(
83
array_keys($replace), array_values($replace), parent::buildClass($name)
0 commit comments