We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895d4a9 commit e19470cCopy full SHA for e19470c
src/App/Container.php
@@ -235,8 +235,8 @@ function () {
235
$this->container->make(\Magento\MagentoCloud\Process\ValidateConfiguration::class, [
236
'validators' => [
237
ValidatorInterface::LEVEL_CRITICAL => [
238
- $this->container->make(ConfigValidator\Deploy\AdminEmail::class),
239
$this->container->make(ConfigValidator\Deploy\DatabaseConfiguration::class),
+ $this->container->make(ConfigValidator\Deploy\AdminEmail::class),
240
$this->container->make(ConfigValidator\Deploy\SessionConfiguration::class),
241
],
242
ValidatorInterface::LEVEL_WARNING => [
0 commit comments