We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf8650 commit 7949e3cCopy full SHA for 7949e3c
1 file changed
src/Commands/ModuleCommand.php
@@ -84,7 +84,6 @@ protected function createControllers(): void
84
$filePath = $this->targetPath . '/Controllers/DestroyController.php';
85
$this->createFileFromStub('destroy.controller', $filePath);
86
87
- $this->info("");
88
$this->info("Controllers created successfully!");
89
}
90
0 commit comments