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

must therefore be declared abstract or implement the remaining methods #27

Closed pandelix closed 2 years ago

pandelix commented 2 years ago

Symfony\Component\ErrorHandler\Error\FatalError: Class Lauthz\Adapters\DatabaseAdapter contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Casbin\Persist\UpdatableAdapter::updatePolicies) in file /web_root/vendor/casbin/laravel-authz/src/Adapters/DatabaseAdapter.php on line 23

leeqvip commented 2 years ago

@basakest

leeqvip commented 2 years ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket:

leeqvip commented 2 years ago

@pandelix Can you upgrade to the latest version to see if the problem exists?