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 'plugins/CoreConsole/templates/controller/Controller.php')
-rw-r--r--plugins/CoreConsole/templates/controller/Controller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CoreConsole/templates/controller/Controller.php b/plugins/CoreConsole/templates/controller/Controller.php
index 05895dec11..c27a7de9bb 100644
--- a/plugins/CoreConsole/templates/controller/Controller.php
+++ b/plugins/CoreConsole/templates/controller/Controller.php
@@ -9,6 +9,7 @@
* @package PLUGINNAME
*/
namespace Piwik\Plugins\PLUGINNAME;
+
use Piwik\View;
/**