Skip to content

Commit

Permalink
Reintroduce preload file (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
xvilo authored Sep 10, 2022
1 parent 8ec5c90 commit f82251f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/preload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

if (file_exists(dirname(__DIR__).'/var/cache/prod/App_KernelProdContainer.preload.php')) {
require dirname(__DIR__).'/var/cache/prod/App_KernelProdContainer.preload.php';
}

0 comments on commit f82251f

Please sign in to comment.