File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public function getProjectDir(): string
33
33
protected function configureContainer (ContainerBuilder $ container , LoaderInterface $ loader ): void
34
34
{
35
35
$ container ->addResource (new FileResource ($ this ->getProjectDir ().'/config/bundles.php ' ));
36
- $ container ->setParameter ('container.dumper.inline_class_loader ' , \PHP_VERSION_ID < 70400 || ! ini_get ( ' opcache.preload ' ) );
36
+ $ container ->setParameter ('container.dumper.inline_class_loader ' , \PHP_VERSION_ID < 70400 );
37
37
$ container ->setParameter ('container.dumper.inline_factories ' , true );
38
38
$ confDir = $ this ->getProjectDir ().'/config ' ;
39
39
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public function getProjectDir(): string
33
33
protected function configureContainer (ContainerBuilder $ container , LoaderInterface $ loader ): void
34
34
{
35
35
$ container ->addResource (new FileResource ($ this ->getProjectDir ().'/config/bundles.php ' ));
36
- $ container ->setParameter ('container.dumper.inline_class_loader ' , \PHP_VERSION_ID < 70400 || ! ini_get ( ' opcache.preload ' ) );
36
+ $ container ->setParameter ('container.dumper.inline_class_loader ' , \PHP_VERSION_ID < 70400 );
37
37
$ container ->setParameter ('container.dumper.inline_factories ' , true );
38
38
$ confDir = $ this ->getProjectDir ().'/config ' ;
39
39
You can’t perform that action at this time.
0 commit comments