diff --git a/src/Console/Commands/Make/MakeCommand.php b/src/Console/Commands/Make/MakeCommand.php index 21f655c..3046bb2 100644 --- a/src/Console/Commands/Make/MakeCommand.php +++ b/src/Console/Commands/Make/MakeCommand.php @@ -22,7 +22,7 @@ protected function replaceClass($stub, $name) "signature = 'app:{$cli_name}'", ]; - $stub = str_replace($find, "{$module->name}:{$cli_name}", $stub); + $stub = str_replace($find, "signature = '{$module->name}:{$cli_name}'", $stub); } return $stub;