File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1616 'entities ' => 'stubs/repository.entity. ' ,
1717 'factories ' => 'stubs/repository.factory. ' ,
1818 'resources ' => 'stubs/repository.resource. ' ,
19- 'mysql-repositories ' => 'stubs/repository.mysql. ' ,
19+ 'repositories ' => [
20+ 'mysql ' => 'stubs/repository.mysql. ' ,
21+ 'interface ' => 'stubs/repository.interface. ' ,
22+ ]
2023 ],
2124
2225 'relative ' => [
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public function handle(): int
6666 $ factoryNamespace = config ('repository.path.namespace.factories ' );
6767 $ mysqlRepositoryNamespace = config ('repository.path.namespace.repositories ' );
6868 $ relativeMysqlRepositoryPath = config ('repository.path.relative.repositories ' ) . "\\$ entityName " ;
69- $ mysqlRepositoryStubsPath = config ('repository.path.stub.mysql- repositories ' );
69+ $ mysqlRepositoryStubsPath = config ('repository.path.stub.repositories.mysql ' );
7070 $ filenameWithPath = $ relativeMysqlRepositoryPath .'\\' .$ mysqlRepositoryName .'.php ' ;
7171
7272 if ($ this ->option ('delete ' )) {
You can’t perform that action at this time.
0 commit comments