Bump ImapEngine from 1.25.1 to 1.25.2

This commit is contained in:
johnnyq
2026-07-18 11:17:53 -04:00
parent 9cc7e5ff3c
commit 1a3d7a1e0d
32 changed files with 2375 additions and 269 deletions

View File

@@ -172,6 +172,6 @@ final class TranslationPushCommand extends Command
$domains = array_merge($domains, $catalogue->getDomains());
}
return array_unique($domains);
return array_values(array_unique($domains));
}
}