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/SEO/Metric/ProviderCache.php')
-rw-r--r--plugins/SEO/Metric/ProviderCache.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/SEO/Metric/ProviderCache.php b/plugins/SEO/Metric/ProviderCache.php
index 6066f6d677..d8f6d44ff9 100644
--- a/plugins/SEO/Metric/ProviderCache.php
+++ b/plugins/SEO/Metric/ProviderCache.php
@@ -9,6 +9,7 @@
namespace Piwik\Plugins\SEO\Metric;
use Piwik\Cache;
+use Matomo\Cache\Lazy;
/**
* Caches another provider.
@@ -21,7 +22,7 @@ class ProviderCache implements MetricsProvider
private $provider;
/**
- * @var Cache\Lazy
+ * @var Lazy
*/
private $cache;