Skip to content

Commit

Permalink
Changed Variable Access to Private.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Yadav authored Feb 3, 2019
1 parent e5abf95 commit 811a7bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Save extends \Magento\SalesRule\Controller\Adminhtml\Promo\Quote implement
/**
* @var DataPersistorInterface
*/
protected $dataPersistor;
private $dataPersistor;

/**
* @param \Magento\Backend\App\Action\Context $context
Expand Down

0 comments on commit 811a7bf

Please sign in to comment.