AdamWathan\EloquentOAuthL5\Installation\InstallCommand::getOptions PHP 메소드

getOptions() 보호된 메소드

protected getOptions ( )
    protected function getOptions()
    {
        return [['force', null, InputOption::VALUE_NONE, 'Overwrite any existing files.']];
    }