Nwidart\Modules\Commands\SeedCommand::getOptions PHP Method

getOptions() protected method

Get the console command options.
protected getOptions ( ) : array
return array
    protected function getOptions()
    {
        return array(array('database', null, InputOption::VALUE_OPTIONAL, 'The database connection to seed.'), array('force', null, InputOption::VALUE_NONE, 'Force the operation to run when in production.'));
    }