Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runAsAdmin() #1217

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

runAsAdmin() #1217

wants to merge 1 commit into from

Conversation

ArtificialOwl
Copy link
Member

@ArtificialOwl ArtificialOwl commented Nov 17, 2022

allow to quickly open a super session:

$circlesManager->runAsAdmin()->getCircle($circleId); // getCircle() is not limited to current user
$circlesManager->getCircle($circleId) // getCircle() is now limited to current user visibility (again)

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants