AdamWathan\EloquentOAuthL5\Installation\InstallCommand::getOptions PHP Method

getOptions() protected method

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