Laratrust\MakeRoleCommand::getNameInput PHP Method

getNameInput() protected method

Get the desired class name from the input.
protected getNameInput ( ) : string
return string
    protected function getNameInput()
    {
        return Config::get('laratrust.role', 'Role');
    }