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 61d678e commit d0a6b5bCopy full SHA for d0a6b5b
lib/internal/Magento/Framework/ObjectManager/Config/Compiled.php
@@ -164,19 +164,4 @@ public function getPreferences()
164
{
165
return $this->preferences;
166
}
167
-
168
- /**
169
- * Get serializer
170
- *
171
- * @return SerializerInterface
172
- * @deprecated
173
- */
174
- private function getSerializer()
175
- {
176
- if (null === $this->serializer) {
177
- $this->serializer = \Magento\Framework\App\ObjectManager::getInstance()
178
- ->get(Serialize::class);
179
- }
180
- return $this->serializer;
181
182
0 commit comments