You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.
The method that should be referenced there actually lives on Gdn_Controller, and is normally called from within the controller as $this->permission("Some.Permission").
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The permission documentation shows following code
Gdn::Session()->Permission('Permission.Name');
but there is no methodpermission()
in class SessionThe text was updated successfully, but these errors were encountered: