There was an error while loading. Please reload this page.
in src/Application.php, line 125
This configurator local variable is declared but never used. You should remove it.
configurator
foreach ($config as $key => $value) { $this->setConfig($key, $value); } } else { $this->validateConfigKey($key); $configurator[$key] = $value; } return $this; }
Posted from SensioLabsInsight