Skip to content

Commit 2817eee

Browse files
committed
fix: minor cleanup
1 parent fbc1772 commit 2817eee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/InfyOmGeneratorServiceProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use InfyOm\Generator\Commands\Common\RepositoryGeneratorCommand;
1616
use InfyOm\Generator\Commands\Publish\GeneratorPublishCommand;
1717
use InfyOm\Generator\Commands\Publish\PublishTablesCommand;
18-
use InfyOm\Generator\Commands\Publish\PublishTemplatesCommand;
1918
use InfyOm\Generator\Commands\Publish\PublishUserCommand;
2019
use InfyOm\Generator\Commands\RollbackGeneratorCommand;
2120
use InfyOm\Generator\Commands\Scaffold\ControllerGeneratorCommand;
@@ -104,7 +103,6 @@ private function registerCommands()
104103

105104
GeneratorPublishCommand::class,
106105
PublishTablesCommand::class,
107-
PublishTemplatesCommand::class,
108106
PublishUserCommand::class,
109107

110108
ControllerGeneratorCommand::class,

0 commit comments

Comments
 (0)