mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Rename "phraseanet.configuration" service to "configuration"
This commit is contained in:
@@ -56,7 +56,7 @@ $cli = new CLI("
|
||||
under certain conditions; type `about:license' for details.\n\n"
|
||||
. ' Phraseanet Developer Tools ', Version::getName() . ' ' . Version::getNumber());
|
||||
|
||||
if ($cli['phraseanet.configuration']->isSetup()) {
|
||||
if ($cli['configuration']->isSetup()) {
|
||||
$helpers = array(
|
||||
'db' => new ConnectionHelper($cli['EM']->getConnection()),
|
||||
'em' => new EntityManagerHelper($cli['EM'])
|
||||
|
Reference in New Issue
Block a user