Skip to content

Commit f2c45f7

Browse files
committed
Fix Structure Project
1 parent b046309 commit f2c45f7

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed
File renamed without changes.

DatabaseRepositoryServiceProvider.php renamed to src/DatabaseRepositoryServiceProvider.php

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
use Changiz\DatabaseRepository\Commands\MakeMySqlRepository;
1212
use Changiz\DatabaseRepository\Commands\MakeRedisRepository;
1313
use Changiz\DatabaseRepository\Commands\MakeRepository;
14+
use Changiz\DatabaseRepository\Commands\MakeResource;
1415
use Illuminate\Support\ServiceProvider;
1516

1617
/**
@@ -80,14 +81,14 @@ private function registerCommand()
8081
});
8182

8283
$this->commands([
83-
'command:make-all-repository',
84-
'command:make-entity',
85-
'command:make-factory',
86-
'command:make-interface-repository',
87-
'command:make-mysql-repository',
88-
'command:make-redis-repository',
89-
'command:make-repository',
90-
'command:make-resource'
84+
'command.make-all-repository',
85+
'command.make-entity',
86+
'command.make-factory',
87+
'command.make-interface-repository',
88+
'command.make-mysql-repository',
89+
'command.make-redis-repository',
90+
'command.make-repository',
91+
'command.make-resource'
9192
]);
9293
}
9394

0 commit comments

Comments
 (0)