Skip to content

Commit 1f88226

Browse files
committed
small improvements
1 parent e147b76 commit 1f88226

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Analytics/ReportXml/QueryFactory.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
/**
43
* Copyright © Magento, Inc. All rights reserved.
54
* See COPYING.txt for license details.
@@ -9,9 +8,9 @@
98

109
use Magento\Analytics\ReportXml\DB\SelectBuilderFactory;
1110
use Magento\Framework\App\CacheInterface;
11+
use Magento\Framework\DB\Select;
1212
use Magento\Framework\ObjectManagerInterface;
1313
use Magento\Framework\Serialize\Serializer\Json;
14-
use Magento\Framework\DB\Select;
1514

1615
/**
1716
* Creates Query object according to configuration

0 commit comments

Comments
 (0)