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

permCheck() protected method

Permissions check
protected permCheck ( ) : boolean
return boolean
    protected function permCheck() : bool
    {
        return true;
        // You're logged in, so this is a no-brainer.
    }