Skip to content

Commit 2489811

Browse files
hotfix/correct-case-for-stubs-directory (#19)
1 parent 6128f20 commit 2489811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/UuidModelCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class UuidModelCommand extends ModelMakeCommand
3636
*/
3737
protected function getStub(): string
3838
{
39-
return __DIR__ . '/stubs/model.stub';
39+
return realpath(__DIR__ . '/Stubs/model.stub');
4040
}
4141

4242
/**

0 commit comments

Comments
 (0)