From d1d447217787a8c6d465d0146fb4f86d136ce16c Mon Sep 17 00:00:00 2001 From: mattab Date: Tue, 8 Oct 2013 17:35:56 +1300 Subject: Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* directories --- core/Archive.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/Archive.php') diff --git a/core/Archive.php b/core/Archive.php index 05c6dc2ab3..b29aef2731 100644 --- a/core/Archive.php +++ b/core/Archive.php @@ -10,11 +10,11 @@ */ namespace Piwik; use Piwik\Archive\Parameters; -use Piwik\Period\Range; - use Piwik\ArchiveProcessor\Rules; use Piwik\DataAccess\ArchiveSelector; +use Piwik\Period\Range; + /** * The archive object is used to query specific data for a day or a period of statistics for a given website. * -- cgit v1.2.3