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,11 @@
<?php
namespace App;
use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
use Symfony\Component\HttpKernel\Kernel as BaseKernel;
class Kernel extends BaseKernel
{
use MicroKernelTrait;
}