mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 05:53:13 +00:00
Refactor Configuration
This commit is contained in:
@@ -65,11 +65,7 @@ class module_console_systemUpgrade extends Command
|
||||
|
||||
$credentials = $conn->get_credentials();
|
||||
|
||||
$handler = new \Alchemy\Phrasea\Core\Configuration\Handler(
|
||||
new \Alchemy\Phrasea\Core\Configuration\Application(),
|
||||
new \Alchemy\Phrasea\Core\Configuration\Parser\Yaml()
|
||||
);
|
||||
$configuration = new \Alchemy\Phrasea\Core\Configuration($handler);
|
||||
$configuration = \Alchemy\Phrasea\Core\Configuration::build();
|
||||
|
||||
$connexionINI = array();
|
||||
|
||||
|
Reference in New Issue
Block a user