Skip to content

Commit

Permalink
refresh preload
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed May 7, 2021
1 parent 28d894f commit 20f9bb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 721 deletions.
2 changes: 1 addition & 1 deletion build/build-preload.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function buildPreloadScript(string $buildDirectory): void
->notPath('#\/tests\/#')
->notPath('#\/config\/#')
->notPath('#\/set\/#')
->in($vendorDir . '/symplify');
->in($vendorDir . '/symplify/symfony-php-config');

foreach ($finder->getIterator() as $fileInfo) {
$realPath = $fileInfo->getRealPath();
Expand Down
Loading

0 comments on commit 20f9bb7

Please sign in to comment.