Silber\Bouncer\CachedClipboard::getFreshAbilities PHP Method

getFreshAbilities() public method

Get a fresh copy of the given authority's abilities.
public getFreshAbilities ( Model $authority, boolean $allowed ) : Illuminate\Database\Eloquent\Collection
$authority Illuminate\Database\Eloquent\Model
$allowed boolean
return Illuminate\Database\Eloquent\Collection
    public function getFreshAbilities(Model $authority, $allowed)
    {
        return parent::getAbilities($authority, $allowed);
    }