hasMany(Reclamation::class); } public static function idForCode(string $code): int { return (int) self::query()->where('code', $code)->firstOrFail(['id'])->getKey(); } }