Fenos\Notifynder\Artisan\CreateCategory::getArguments PHP Method

getArguments() protected method

Get the console command arguments.
protected getArguments ( ) : array
return array
    protected function getArguments()
    {
        return [['name', InputArgument::REQUIRED, 'Name of the category.'], ['text', InputArgument::REQUIRED, 'Text of the category.']];
    }