File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11<?php
22
3- const DR = DIRECTORY_SEPARATOR ;
3+ $ source = realpath ( base_path ( ' vendor/nanvaie/database-repository/src ' )) ;
44
55return [
66
1313 ],
1414
1515 'stubs ' => [
16- 'entity ' => ' app ' . 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 ,
16+ 'entity ' => $ source . 'Stubs/ Entity/ ' ,
17+ 'factory ' => $ source . 'Stubs/ Factory/ ' ,
18+ 'resource ' => $ source . 'Stubs/ Resource/ ' ,
19+ 'repository ' => $ source . 'Stubs/ Repository/ ' ,
2020 ],
2121
2222 'relative ' => [
23- 'entities ' => 'app ' . DR . ' Models ' . DR . ' Entities ' . DR ,
24- 'factories ' => 'app ' . DR . ' Models ' . DR . ' Factories ' . DR ,
25- 'resource ' => 'app ' . DR . ' Http ' . DR . ' Resources ' . DR . ' Admin ' . DR ,
26- 'repository ' => 'app ' . DR . ' Models ' . DR . ' Repositories ' . DR ,
23+ 'entities ' => 'app/ Models/ Entities/ ' ,
24+ 'factories ' => 'app/ Models/ Factories/ ' ,
25+ 'resource ' => 'app/ Http/ Resources/ Admin/ ' ,
26+ 'repository ' => 'app/ Models/ Repositories/ ' ,
2727 ],
2828
2929 ]
You can’t perform that action at this time.
0 commit comments