We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e147b76 commit 1f88226Copy full SHA for 1f88226
app/code/Magento/Analytics/ReportXml/QueryFactory.php
@@ -1,5 +1,4 @@
1
<?php
2
-
3
/**
4
* Copyright © Magento, Inc. All rights reserved.
5
* See COPYING.txt for license details.
@@ -9,9 +8,9 @@
9
8
10
use Magento\Analytics\ReportXml\DB\SelectBuilderFactory;
11
use Magento\Framework\App\CacheInterface;
+use Magento\Framework\DB\Select;
12
use Magento\Framework\ObjectManagerInterface;
13
use Magento\Framework\Serialize\Serializer\Json;
14
-use Magento\Framework\DB\Select;
15
16
17
* Creates Query object according to configuration
0 commit comments