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']];
    }