updated module compatibility

This commit is contained in:
Denis Duliçi
2020-10-17 14:53:24 +03:00
parent 86de28d87d
commit 77e4109b03
5 changed files with 93 additions and 59 deletions

View File

@ -9,11 +9,11 @@ use Symfony\Component\Console\Input\InputArgument;
class $CLASS$ extends Command
{
/**
* The console command name.
* The name and signature of the console command.
*
* @var string
*/
protected $name = '$COMMAND_NAME$';
protected $signature = '$COMMAND_NAME$';
/**
* The console command description.