where('key', $key); } public function scopeInGroup($query, string $group) { return $query->where('group', $group); } }