Skip to content

Commit 2da63a4

Browse files
authored
支援 Database 命名空間
1 parent 5ae63c1 commit 2da63a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Commands/StubGeneratorCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ protected function getDestinationPath($built)
334334
$destinations = [
335335
$this->laravel->getNamespace() => $this->laravel['path'],
336336
'Tests\\' => $this->laravel->basePath('tests'),
337+
'Database\\' => $this->laravel->basePath('database'),
337338
];
338339

339340
foreach ($destinations as $rootNamespace => $destination) {

0 commit comments

Comments
 (0)