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 6128f20 commit 2489811Copy full SHA for 2489811
src/Console/UuidModelCommand.php
@@ -36,7 +36,7 @@ class UuidModelCommand extends ModelMakeCommand
36
*/
37
protected function getStub(): string
38
{
39
- return __DIR__ . '/stubs/model.stub';
+ return realpath(__DIR__ . '/Stubs/model.stub');
40
}
41
42
/**
0 commit comments