mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Update service provider
This commit is contained in:
@@ -22,7 +22,6 @@ class ConfigurationServiceProvider implements ServiceProviderInterface
|
||||
public function register(SilexApplication $app)
|
||||
{
|
||||
$app['phraseanet.configuration'] = $app->share(function(Application $app) {
|
||||
|
||||
return Configuration::build(null, $app->getEnvironment());
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user