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
Proxy usage is deprecated in PHP 8.4. You should extend directly PersistentObjectFactory in your factories.
185
-
Foundry now leverages the native PHP lazy system to auto-refresh objects (it can be enabled with "zenstruck_foundry.enable_auto_refresh_with_lazy_objects" configuration).
186
-
See https://github.com/zenstruck/foundry/blob/1.x/UPGRADE-2.7.md to upgrade.
187
-
DEPRECATION,
188
-
);
180
+
$message = <<<DEPRECATION
181
+
Proxy usage is deprecated in PHP 8.4. You should extend directly PersistentObjectFactory in your factories.
182
+
Foundry now leverages the native PHP lazy system to auto-refresh objects (it can be enabled with "zenstruck_foundry.enable_auto_refresh_with_lazy_objects" configuration).
183
+
See https://github.com/zenstruck/foundry/blob/1.x/UPGRADE-2.7.md to upgrade.
0 commit comments