Skip to content

Commit

Permalink
Merge pull request #130 from Laravel-Backpack/AJanke-ModelLocate
Browse files Browse the repository at this point in the history
Fix location for where model is generated
  • Loading branch information
tabacitu authored Jan 19, 2023
2 parents 7cad4b6 + 4dd4962 commit 42d2304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/ModelBackpackCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected function getStub()
*/
protected function getDefaultNamespace($rootNamespace)
{
return $rootNamespace;
return $rootNamespace.'\Models';
}

/**
Expand Down

0 comments on commit 42d2304

Please sign in to comment.