mouyong opened this issue 5 years ago · 5 comments
@techoner @yk17310320725
@mouyong You can specify adapter in the configuration file: https://github.com/php-casbin/laravel-authz#multiple-enforcers
@techoner it's need users write CasbinFileAdapter ?
when i use FileAdapter, it have some exceptioin.
because in \Lauthz\EnforcerManager:97-99, not resolve by different adapter.
@techoner