File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
app/code/Magento/Sales/Model/ResourceModel/Order
dev/tests/js/jasmine/assets/text Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © 2016 Magento. All rights reserved.
3
+ * Copyright © 2013-2017 Magento, Inc . All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
6
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class CollectionFactory implements CollectionFactoryInterface
33
33
*/
34
34
public function __construct (
35
35
\Magento \Framework \ObjectManagerInterface $ objectManager ,
36
- $ instanceName = '\\ Magento \\ Sales \\ Model \\ ResourceModel \\ Order \\ Collection '
36
+ $ instanceName = \ Magento \Sales \Model \ResourceModel \Order \Collection::class
37
37
) {
38
38
$ this ->objectManager = $ objectManager ;
39
39
$ this ->instanceName = $ instanceName ;
Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
-->
7
- < span > External Template</ span >
7
+ < span > External Template</ span >
You can’t perform that action at this time.
0 commit comments