public function roles(): MorphToMany
{
return $this->morphedByMany(Role::class, 'grantable');
}
public function users(): MorphToMany
{
return $this->morphedByMany(User::class, 'grantable');
}
public function roles(): MorphToMany
{
return $this->morphedByMany(Role::class, 'grantable');
}
public function users(): MorphToMany
{
return $this->morphedByMany(User::class, 'grantable');
}