Skip to content

Commit e19470c

Browse files
committed
MAGECLOUD-2736: Magento can't install with custom DB configuration on cloud
1 parent 895d4a9 commit e19470c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App/Container.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ function () {
235235
$this->container->make(\Magento\MagentoCloud\Process\ValidateConfiguration::class, [
236236
'validators' => [
237237
ValidatorInterface::LEVEL_CRITICAL => [
238-
$this->container->make(ConfigValidator\Deploy\AdminEmail::class),
239238
$this->container->make(ConfigValidator\Deploy\DatabaseConfiguration::class),
239+
$this->container->make(ConfigValidator\Deploy\AdminEmail::class),
240240
$this->container->make(ConfigValidator\Deploy\SessionConfiguration::class),
241241
],
242242
ValidatorInterface::LEVEL_WARNING => [

0 commit comments

Comments
 (0)