Skip to content
Snippets Groups Projects
Commit d710721d authored by Sergii Kovalenko's avatar Sergii Kovalenko
Browse files

MAGETWO-62855: Copyright Year Update 2017

parent eb30343a
Branches
No related merge requests found
<?php
/**
* Copyright © 2016 Magento. All rights reserved.
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
......
......@@ -33,7 +33,7 @@ class CollectionFactory implements CollectionFactoryInterface
*/
public function __construct(
\Magento\Framework\ObjectManagerInterface $objectManager,
$instanceName = '\\Magento\\Sales\\Model\\ResourceModel\\Order\\Collection'
$instanceName = \Magento\Sales\Model\ResourceModel\Order\Collection::class
) {
$this->objectManager = $objectManager;
$this->instanceName = $instanceName;
......
......@@ -4,4 +4,4 @@
* See COPYING.txt for license details.
*/
-->
<span>External Template</span>
<span>External Template</span>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment