[symfony/framework-bundle/8.1] Add Kernel::getAllowedEnvs() = prod+dev+test (#1516)

This commit is contained in:
Nicolas Grekas
2026-03-27 13:51:25 +01:00
committed by GitHub
parent 390d893ca1
commit e685563fd3
11 changed files with 151 additions and 0 deletions
@@ -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';
}