Airship\Cabin\Bridge\Landing\Files::permCheck PHP Method

permCheck() protected method

Permissions check
protected permCheck ( ) : boolean
return boolean
    protected function permCheck() : bool
    {
        return $this->isSuperUser();
        // You're an admin!
    }