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.
2 parents dddcc50 + c04bfb7 commit e67fa53Copy full SHA for e67fa53
src/Configuration.php
@@ -602,7 +602,7 @@ public function isNativeLazyObjectsEnabled(): bool
602
603
public function enableNativeLazyObjects(bool $nativeLazyObjects): void
604
{
605
- if (PHP_VERSION_ID < 80400) {
+ if (PHP_VERSION_ID < 80400 && $nativeLazyObjects) {
606
throw new LogicException('Lazy loading proxies require PHP 8.4 or higher.');
607
}
608
0 commit comments