File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/code/Magento/ImportExport/Model/Import Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ abstract class AbstractEntity
278
278
*
279
279
* @var Json
280
280
*/
281
- protected $ serializer ;
281
+ private $ serializer ;
282
282
283
283
/**
284
284
* @param \Magento\Framework\Stdlib\StringUtils $string
@@ -490,7 +490,7 @@ protected function _saveValidatedBunches()
490
490
* @return Json
491
491
* @deprecated
492
492
*/
493
- protected function getSerializer ()
493
+ private function getSerializer ()
494
494
{
495
495
if (null === $ this ->serializer ) {
496
496
$ this ->serializer = ObjectManager::getInstance ()->get (Json::class);
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ abstract class AbstractEntity
253
253
*
254
254
* @var Json
255
255
*/
256
- protected $ serializer ;
256
+ private $ serializer ;
257
257
258
258
/**
259
259
* @param \Magento\Framework\Json\Helper\Data $jsonHelper
@@ -436,7 +436,7 @@ protected function _saveValidatedBunches()
436
436
* @return Json
437
437
* @deprecated
438
438
*/
439
- protected function getSerializer ()
439
+ private function getSerializer ()
440
440
{
441
441
if (null === $ this ->serializer ) {
442
442
$ this ->serializer = ObjectManager::getInstance ()->get (Json::class);
You can’t perform that action at this time.
0 commit comments