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 ffbf633 commit 941fc57Copy full SHA for 941fc57
app/code/Magento/MsrpSampleData/Setup/Installer.php
@@ -1,6 +1,6 @@
1
<?php
2
/**
3
- * Copyright © 2015 Magento. All rights reserved.
+ * Copyright � 2015 Magento. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
namespace Magento\MsrpSampleData\Setup;
@@ -28,6 +28,6 @@ public function __construct(\Magento\MsrpSampleData\Model\Msrp $msrp) {
28
29
public function install()
30
{
31
- $this->msrp->install(['MsrpSampleData::fixtures/products_msrp.csv']);
+ $this->msrp->install(['Magento_MsrpSampleData::fixtures/products_msrp.csv']);
32
}
33
0 commit comments