Skip to content

Commit 9f9fdf1

Browse files
committed
Change Entity Stub Path
1 parent 2ee52ed commit 9f9fdf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/repository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414

1515
'stubs' => [
16-
'entity' => 'app'.DR.'Stubs'.DR.'Entity'.DR,
16+
'entity' => __DIR__.DR.'..'.DR.'Stubs'.DR.'Entity'.DR,
1717
'factory' => 'app'.DR.'Stubs'.DR.'Factory'.DR,
1818
'resource' => 'app'.DR.'Stubs'.DR.'Resource'.DR,
1919
'repository' => 'app'.DR.'Stubs'.DR.'Repository'.DR,

0 commit comments

Comments
 (0)