Devise\Users\Permissions\RuleList::showDeviseSpan PHP Method

showDeviseSpan() protected method

Determines if we should show the devise span
protected showDeviseSpan ( [type] $key, $collection ) : [type]
$key [type]
return [type]
    protected function showDeviseSpan($key, $collection)
    {
        return $this->isLoggedIn();
    }