belongsToMany(Role::class)->withTimestamps(); } public function scopeInGroup($query, string $group) { $query->where('group', $group); } }