Replies: 1 comment
-
Maybe related #1984 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using spatie/laravel-permission v5.4.1
I'm using Laravel 8 with Livewire. I'm attempting to use Spatie\Permission\Traits\HasRoles, so I add the following to my php script
use Spatie\Permission\Traits\HasRoles;
and in the class component
use HasRoles
when I run the script I now get the error
Method App\Http\Livewire\Users::deleting does not exist.
The script was working with the use Spatie\Permission\Models\Role and use Spatie\Permission\Models\Permission; added.
Any insightrs would be appreciated, thxs.
Beta Was this translation helpful? Give feedback.
All reactions