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 811a7bf commit 89a5728Copy full SHA for 89a5728
app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Quote/Save.php
@@ -8,7 +8,7 @@
8
9
use Magento\Framework\App\Action\HttpPostActionInterface;
10
use Magento\Framework\Stdlib\DateTime\TimezoneInterface;
11
-use \Magento\Framework\App\Request\DataPersistorInterface;
+use Magento\Framework\App\Request\DataPersistorInterface;
12
13
/**
14
* SalesRule save controller
@@ -48,7 +48,8 @@ public function __construct(
48
TimezoneInterface::class
49
);
50
$this->dataPersistor = $dataPersistor ?? \Magento\Framework\App\ObjectManager::getInstance()->get(
51
- DataPersistorInterface::class;
+ DataPersistorInterface::class
52
+ );
53
}
54
55
0 commit comments