Skip to content

Commit e5abf95

Browse files
author
Aditya Yadav
authored
Updated Variable acess modifier to private
1 parent 8faf8e9 commit e5abf95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/SalesRule/Model/Rule/DataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class DataProvider extends \Magento\Ui\DataProvider\AbstractDataProvider
4040
/**
4141
* @var DataPersistorInterface
4242
*/
43-
protected $dataPersistor;
43+
private $dataPersistor;
4444

4545
/**
4646
* Initialize dependencies.

0 commit comments

Comments
 (0)