mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-29 18:48:56 +02:00
[Nostromo] Refactor Runtime, added getEnvParam method
This commit is contained in:
@@ -44,7 +44,7 @@ class CacheWarmupTask extends AbstractTask
|
||||
protected function getOptions()
|
||||
{
|
||||
$userGlobalOptions = $this->runtime->getConfigOptions('symfony', []);
|
||||
$userEnvOptions = $this->runtime->getEnvironmentConfig('symfony', []);
|
||||
$userEnvOptions = $this->runtime->getEnvParam('symfony', []);
|
||||
$options = array_merge(
|
||||
['console' => 'bin/console', 'env' => 'dev', 'flags' => ''],
|
||||
(is_array($userGlobalOptions) ? $userGlobalOptions : []),
|
||||
|
||||
Reference in New Issue
Block a user