Skip to content

Commit f33c12f

Browse files
committed
Revert: Change Entity Stub Path
1 parent 9f9fdf1 commit f33c12f

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' => __DIR__.DR.'..'.DR.'Stubs'.DR.'Entity'.DR,
16+
'entity' => 'app'.'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)