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 bbe7716 commit b134d9fCopy full SHA for b134d9f
src/LiveComponent/src/Hydration/DoctrineEntityHydrationExtension.php
@@ -85,9 +85,9 @@ private function objectManagerFor(string $class): ?ObjectManager
85
// Keep the standard way for a class
86
// todo cache/warmup an array of classes that are "doctrine objects"
87
foreach ($this->managerRegistries as $registry) {
88
- if ($om = $registry->getManagerForClass($class)) {
89
- return self::ensureManagedObject($om, $class);
90
- }
+ if ($om = $registry->getManagerForClass($class)) {
+ return self::ensureManagedObject($om, $class);
+ }
91
}
92
return null;
93
0 commit comments