Nwidart\Modules\Commands\PublishConfigurationCommand::getOptions PHP Méthode

getOptions() protected méthode

protected getOptions ( ) : array
Résultat array
    protected function getOptions()
    {
        return [['--force', '-f', InputOption::VALUE_NONE, 'Force the publishing of config files']];
    }