📅  最后修改于: 2022-03-11 14:55:03.592000             🧑  作者: Mango
Add trait use HasRoles; in your user model.
Import it with use Spatie\Permission\Traits\HasRoles; at the top of the model
file.