Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Console.php')
-rw-r--r--core/Console.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/Console.php b/core/Console.php
index 6b0c59297f..e326211ef8 100644
--- a/core/Console.php
+++ b/core/Console.php
@@ -209,12 +209,6 @@ class Console extends Application
$commands = array(
'Piwik\CliMulti\RequestCommand'
);
-
- if (class_exists('Piwik\Plugins\EnterpriseAdmin\EnterpriseAdmin')) {
- $extra = new \Piwik\Plugins\EnterpriseAdmin\EnterpriseAdmin();
- $extra->addConsoleCommands($commands);
- }
-
return $commands;
}
}