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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-11-12 02:43:08 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-11-12 02:43:08 +0300
commitc6a5b9c7e818f6e3d4275a65daae71a80755ad39 (patch)
treef88eab12be568522d896020a3246649b246843df /core/FrontController.php
parent2b3470d95275ebc6d7bcf181c4de01f1295c7da6 (diff)
Moved the StaticContainer into `Piwik\Container`
Diffstat (limited to 'core/FrontController.php')
-rw-r--r--core/FrontController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/FrontController.php b/core/FrontController.php
index 16d5930fe2..f49fa94655 100644
--- a/core/FrontController.php
+++ b/core/FrontController.php
@@ -12,6 +12,7 @@ namespace Piwik;
use Exception;
use Piwik\API\Request;
use Piwik\API\ResponseBuilder;
+use Piwik\Container\StaticContainer;
use Piwik\Exceptions\HtmlMessageException;
use Piwik\Http\Router;
use Piwik\Plugin\Controller;