Skip to content

Commit 9f84768

Browse files
committed
Correct import sort order
1 parent 0886ba9 commit 9f84768

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Sitemap/Model/ResourceModel/Cms

1 file changed

+1
-1
lines changed

app/code/Magento/Sitemap/Model/ResourceModel/Cms/Page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
namespace Magento\Sitemap\Model\ResourceModel\Cms;
99

10-
use Magento\Framework\DataObject;
1110
use Magento\Cms\Api\Data\PageInterface;
1211
use Magento\Cms\Api\GetUtilityPageIdentifiersInterface;
1312
use Magento\Cms\Model\Page as CmsPage;
1413
use Magento\Framework\App\ObjectManager;
14+
use Magento\Framework\DataObject;
1515
use Magento\Framework\DB\Select;
1616
use Magento\Framework\EntityManager\EntityManager;
1717
use Magento\Framework\EntityManager\MetadataPool;

0 commit comments

Comments
 (0)