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 2ee52ed commit 9f9fdf1Copy full SHA for 9f9fdf1
src/Config/repository.php
@@ -13,7 +13,7 @@
13
],
14
15
'stubs' => [
16
- 'entity' => 'app'.DR.'Stubs'.DR.'Entity'.DR,
+ 'entity' => __DIR__.DR.'..'.DR.'Stubs'.DR.'Entity'.DR,
17
'factory' => 'app'.DR.'Stubs'.DR.'Factory'.DR,
18
'resource' => 'app'.DR.'Stubs'.DR.'Resource'.DR,
19
'repository' => 'app'.DR.'Stubs'.DR.'Repository'.DR,
0 commit comments