|
11 | 11 | use Changiz\DatabaseRepository\Commands\MakeMySqlRepository;
|
12 | 12 | use Changiz\DatabaseRepository\Commands\MakeRedisRepository;
|
13 | 13 | use Changiz\DatabaseRepository\Commands\MakeRepository;
|
| 14 | +use Changiz\DatabaseRepository\Commands\MakeResource; |
14 | 15 | use Illuminate\Support\ServiceProvider;
|
15 | 16 |
|
16 | 17 | /**
|
@@ -80,14 +81,14 @@ private function registerCommand()
|
80 | 81 | });
|
81 | 82 |
|
82 | 83 | $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' |
91 | 92 | ]);
|
92 | 93 | }
|
93 | 94 |
|
|
0 commit comments