Skip to content

Commit

Permalink
fix: PHP preload error (#309)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Georg <[email protected]>
  • Loading branch information
Chris53897 and Chris8934 authored Oct 25, 2023
1 parent 521cea4 commit f6b239c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Adapter/Doctrine/ORMAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
use Symfony\Component\OptionsResolver\Options;
use Symfony\Component\OptionsResolver\OptionsResolver;

// Help opcache.preload discover always-needed symbols
interface_exists(QueryBuilderProcessorInterface::class);

/**
* ORMAdapter.
*
Expand Down

0 comments on commit f6b239c

Please sign in to comment.