Closed dcblogdev closed 8 months ago
make:command DemoCommand --module=demo
was creating a signature in the format of:
protected $demo:demo-command;
but should be:
protected $signature = 'demo:demo-command';
I've edited the find array to only look and replace command:name and app:{$cli_name}
command:name
app:{$cli_name}
was creating a signature in the format of:
but should be:
I've edited the find array to only look and replace
command:name
andapp:{$cli_name}