Laratrust\MakeRoleCommand::getNameInput PHP Метод

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

Get the desired class name from the input.
protected getNameInput ( ) : string
Результат string
    protected function getNameInput()
    {
        return Config::get('laratrust.role', 'Role');
    }