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 5ae63c1 commit 2da63a4Copy full SHA for 2da63a4
src/Commands/StubGeneratorCommand.php
@@ -334,6 +334,7 @@ protected function getDestinationPath($built)
334
$destinations = [
335
$this->laravel->getNamespace() => $this->laravel['path'],
336
'Tests\\' => $this->laravel->basePath('tests'),
337
+ 'Database\\' => $this->laravel->basePath('database'),
338
];
339
340
foreach ($destinations as $rootNamespace => $destination) {
0 commit comments