Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 91ee875

Browse files
committed
Assign deprecated random parameter to property
Has to be done to be backwards compatible
1 parent 885ecf8 commit 91ee875

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup/src/Magento/Setup/Model/ConfigGenerator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public function __construct(
7575
ConfigDataFactory $configDataFactory = null,
7676
CryptKeyGeneratorInterface $cryptKeyGenerator = null
7777
) {
78+
$this->random = $random;
7879
$this->deploymentConfig = $deploymentConfig;
7980
$this->configDataFactory = $configDataFactory ?? ObjectManager::getInstance()->get(ConfigDataFactory::class);
8081
$this->cryptKeyGenerator = $cryptKeyGenerator ?? ObjectManager::getInstance()->get(CryptKeyGenerator::class);

0 commit comments

Comments
 (0)