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 ef57302 commit c9611f3Copy full SHA for c9611f3
lib/internal/Magento/Framework/App/ObjectManager/ConfigLoader/Compiled.php
@@ -49,18 +49,4 @@ public static function getFilePath($area)
49
$diPath = DirectoryList::getDefaultConfig()[DirectoryList::GENERATED_METADATA][DirectoryList::PATH];
50
return BP . '/' . $diPath . '/' . $area . '.php';
51
}
52
-
53
- /**
54
- * Get serializer
55
- *
56
- * @return SerializerInterface
57
- * @deprecated
58
- */
59
- private function getSerializer()
60
- {
61
- if (null === $this->serializer) {
62
- $this->serializer = new Serialize();
63
- }
64
- return $this->serializer;
65
66
0 commit comments