route()->parameter('server'); if ($server instanceof Server) { return $this->user()->can($this->permission(), $server); } // If there is no server available on the reqest, trigger a failure since // we expect there to be one at this point. return false; } return true; } }