remove superfluous loadPlugins()

This commit is contained in:
Benoît Burnichon
2015-10-30 15:54:03 +01:00
parent 68246f8830
commit 9ebabb1314

View File

@@ -113,8 +113,6 @@ $cli['console']->addCommands([
new VersionCommand(), new VersionCommand(),
]); ]);
$cli->loadPlugins();
if ($cli['configuration.store']->isSetup()) { if ($cli['configuration.store']->isSetup()) {
$cli->loadPlugins(); $cli->loadPlugins();
$helpers = [ $helpers = [