Declare JSON schema for routes.yaml and services.yaml

This commit is contained in:
Nicolas Grekas
2025-08-21 16:50:56 +02:00
parent 45fe0f9cde
commit 5c016aa26b
14 changed files with 167 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';
}