JosephSilber / bouncer

Laravel Eloquent roles and abilities.
MIT License
3.45k stars 332 forks source link

Bouncer::can does not work at all #598

Closed ZGrills closed 2 years ago

ZGrills commented 2 years ago

Bouncer::can does not work at all

Dennise89 commented 2 years ago

Do you use the use Silber\Bouncer\Database\Concerns\Authorizable; and use Silber\Bouncer\Database\HasRolesAndAbilities; traits on the User model?

use HasRolesAndAbilities, Authorizable