We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc1772 commit 2817eeeCopy full SHA for 2817eee
src/InfyOmGeneratorServiceProvider.php
@@ -15,7 +15,6 @@
15
use InfyOm\Generator\Commands\Common\RepositoryGeneratorCommand;
16
use InfyOm\Generator\Commands\Publish\GeneratorPublishCommand;
17
use InfyOm\Generator\Commands\Publish\PublishTablesCommand;
18
-use InfyOm\Generator\Commands\Publish\PublishTemplatesCommand;
19
use InfyOm\Generator\Commands\Publish\PublishUserCommand;
20
use InfyOm\Generator\Commands\RollbackGeneratorCommand;
21
use InfyOm\Generator\Commands\Scaffold\ControllerGeneratorCommand;
@@ -104,7 +103,6 @@ private function registerCommands()
104
103
105
GeneratorPublishCommand::class,
106
PublishTablesCommand::class,
107
- PublishTemplatesCommand::class,
108
PublishUserCommand::class,
109
110
ControllerGeneratorCommand::class,
0 commit comments