1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00

Fix for preloading

This commit is contained in:
Eldad Fux 2020-07-14 23:31:22 +03:00
parent d64ac11f88
commit d5b33e229e

View file

@ -32,5 +32,5 @@ include 'app.php';
->ignore(realpath(__DIR__ . '/../vendor/maxmind-db'))
->ignore(realpath(__DIR__ . '/../vendor/psr/log'))
->ignore(realpath(__DIR__ . '/../vendor/piwik'))
->ignore(realpath(__DIR__ . '/../vendor/symfony/polyfill-php70'))
->ignore(realpath(__DIR__ . '/../vendor/symfony'))
->load();