php-casbin / laravel-authz

An authorization library that supports access control models like ACL, RBAC, ABAC in Laravel.
Apache License 2.0
272 stars 46 forks source link

DatabaseAdapter not implement updateFilteredPolicies() method #30

Closed sofarther closed 2 years ago

sofarther commented 2 years ago

Class Lauthz\Adapters\DatabaseAdapter contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Casbin\Persist\UpdatableAdapter::updateFilteredPolicies

hsluoyz commented 2 years ago

@basakest

leeqvip commented 2 years ago

:tada: This issue has been resolved in version 2.5.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: