We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Before when doing: $permission = Permission::findByName($name, $guardName);
And then calling: $permission->delete()
The permission would be correct deleted.
Now this no longer happens because the "$exists" property on the permission model being false instead of true.
This behavior has changed since version 6.10.0, worked fine in 6.9.0.
No response
6.10.0
11.30.0
8.3
singlestore
Ubuntu
The text was updated successfully, but these errors were encountered:
Hi, try #2759
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
Before when doing:
$permission = Permission::findByName($name, $guardName);
And then calling:
$permission->delete()
The permission would be correct deleted.
Now this no longer happens because the "$exists" property on the permission model being false instead of true.
This behavior has changed since version 6.10.0, worked fine in 6.9.0.
Steps To Reproduce
Example Application
No response
Version of spatie/laravel-permission package:
6.10.0
Version of laravel/framework package:
11.30.0
PHP version:
8.3
Database engine and version:
singlestore
OS: Windows/Mac/Linux version:
Ubuntu
The text was updated successfully, but these errors were encountered: