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

fix: multilevel permissions in can() method #1229

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Nov 13, 2024

  1. fix: multilevel permissions in can() method

    refactor authorization checks to support nested permissions in can()
    bgeneto committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b1189be View commit details
    Browse the repository at this point in the history
  2. Update Group.php

    added !empty() so it returns bool and passes phpstan
    bgeneto authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    25834d3 View commit details
    Browse the repository at this point in the history
  3. Update Group.php

    added space after !
    bgeneto authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8a77efd View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. fix: multilevel permissions in can() method

    refactor authorization checks to support nested permissions in can()
    bgeneto committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    ec8b41e View commit details
    Browse the repository at this point in the history