Nwidart\Modules\Commands\PublishConfigurationCommand::getOptions PHP Метод

getOptions() защищенный Метод

protected getOptions ( ) : array
Результат array
    protected function getOptions()
    {
        return [['--force', '-f', InputOption::VALUE_NONE, 'Force the publishing of config files']];
    }