Skip to content

Commit 7949e3c

Browse files
committed
feat: add some controllers and its resources
1 parent 8cf8650 commit 7949e3c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Commands/ModuleCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ protected function createControllers(): void
8484
$filePath = $this->targetPath . '/Controllers/DestroyController.php';
8585
$this->createFileFromStub('destroy.controller', $filePath);
8686

87-
$this->info("");
8887
$this->info("Controllers created successfully!");
8988
}
9089

0 commit comments

Comments
 (0)