mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Rename "phraseanet.configuration" service to "configuration"
This commit is contained in:
@@ -65,7 +65,7 @@ class appbox extends base
|
||||
{
|
||||
$this->app = $app;
|
||||
$this->connection = connection::getPDOConnection($app);
|
||||
$connexion = $app['phraseanet.configuration']['main']['database'];
|
||||
$connexion = $app['configuration']['main']['database'];
|
||||
|
||||
$this->host = $connexion['host'];
|
||||
$this->port = $connexion['port'];
|
||||
|
Reference in New Issue
Block a user