mirror of
https://gh.wpcy.net/https://github.com/aspirepress/AspireSync.git
synced 2026-05-30 23:44:03 +08:00
* chore: add friendsofphp/php-cs-fixer * chore: run make fix * ci: add style check as first test action * chore: use .cache dir for phpunit
5 lines
188 B
PHP
5 lines
188 B
PHP
<?php
|
|
|
|
if (file_exists(dirname(__DIR__) . '/var/cache/prod/App_KernelProdContainer.preload.php')) {
|
|
require dirname(__DIR__) . '/var/cache/prod/App_KernelProdContainer.preload.php';
|
|
}
|