mirror of
https://github.com/itflow-org/itflow
synced 2026-08-23 16:05:12 +00:00
Bump ImapEngine from 1.25.1 to 1.25.2
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user