Skip to content

Commit 941fc57

Browse files
author
Yaroslav Onischenko
committed
MAGETWO-43302: Prepare pull request for M11 nord changes
1 parent ffbf633 commit 941fc57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/MsrpSampleData/Setup/Installer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2015 Magento. All rights reserved.
3+
* Copyright 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\MsrpSampleData\Setup;
@@ -28,6 +28,6 @@ public function __construct(\Magento\MsrpSampleData\Model\Msrp $msrp) {
2828
*/
2929
public function install()
3030
{
31-
$this->msrp->install(['MsrpSampleData::fixtures/products_msrp.csv']);
31+
$this->msrp->install(['Magento_MsrpSampleData::fixtures/products_msrp.csv']);
3232
}
3333
}

0 commit comments

Comments
 (0)