I got it ! I had to replace
return $this->roles()->where('name', $role)->count();
with
return $this->roles->where('name', $role)->count();
(roles, not roles())
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community