mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Move main "languages" and "servername" to top level, "task-manager" and "binaries" to main configuration
This commit is contained in:
@@ -56,7 +56,7 @@ class PluginServiceProvider implements ServiceProviderInterface
|
||||
});
|
||||
|
||||
$app['plugins.composer-installer'] = $app->share(function (Application $app) {
|
||||
$phpBinary = $app['conf']->get(['binaries', 'php_binary'], null);
|
||||
$phpBinary = $app['conf']->get(['main', 'binaries', 'php_binary'], null);
|
||||
|
||||
if (!is_executable($phpBinary)) {
|
||||
$finder = new PhpExecutableFinder();
|
||||
|
Reference in New Issue
Block a user