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:
authorThomas Steur <thomas.steur@gmail.com>2013-11-11 05:04:31 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-11-11 05:04:31 +0400
commitf72fff5eab5bfef07ac21d471114444ef79b08d6 (patch)
tree7e102db5c16c4ebea96ffa3a02951dea155b85c1 /plugins/CoreConsole/CoreConsole.php
parent225998cbfa9435fbd42edb6b474cc0ca2bd56337 (diff)
refs #4241 added a command to generate a command
Diffstat (limited to 'plugins/CoreConsole/CoreConsole.php')
-rw-r--r--plugins/CoreConsole/CoreConsole.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CoreConsole/CoreConsole.php b/plugins/CoreConsole/CoreConsole.php
index 16e7dd5729..6f021691de 100644
--- a/plugins/CoreConsole/CoreConsole.php
+++ b/plugins/CoreConsole/CoreConsole.php
@@ -39,5 +39,6 @@ class CoreConsole extends \Piwik\Plugin
$commands[] = 'Piwik\Plugins\CoreConsole\Commands\RunTests';
$commands[] = 'Piwik\Plugins\CoreConsole\Commands\WatchLog';
$commands[] = 'Piwik\Plugins\CoreConsole\Commands\GenerateTest';
+ $commands[] = 'Piwik\Plugins\CoreConsole\Commands\GenerateCommand';
}
} \ No newline at end of file