You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Persistence/PersistentProxyObjectFactory.php
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -44,11 +44,6 @@ final public function create(callable|array $attributes = []): object
44
44
thrownew \LogicException('PersistentProxyObjectFactory can no longer be used with Symfony 8. See https://github.com/zenstruck/foundry/blob/2.x/UPGRADE-2.7.md to get rid of Foundry\'s proxy mechanism, and upgrade to Symfony 8.');
45
45
}
46
46
47
-
$configuration = Configuration::instance();
48
-
if ($configuration->inADataProvider() && $this->isPersisting()) {
0 commit comments