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 d244787 commit 691b877Copy full SHA for 691b877
app/code/Magento/Sales/Model/ResourceModel/Status/Collection.php
@@ -1,12 +1,14 @@
1
<?php
2
/**
3
- * Order status grid collection
4
- *
5
* Copyright © Magento, Inc. All rights reserved.
6
* See COPYING.txt for license details.
7
*/
8
namespace Magento\Sales\Model\ResourceModel\Status;
9
+/**
+ * Class Collection
10
+ * Oder statuses grid collection
11
+ */
12
class Collection extends \Magento\Sales\Model\ResourceModel\Order\Status\Collection
13
{
14
0 commit comments