diff --git a/app/preload.php b/app/preload.php index 88346e71e..7e5fe6654 100644 --- a/app/preload.php +++ b/app/preload.php @@ -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(); \ No newline at end of file