diff --git a/doctrine/annotations/1.0/config/routes/annotations.yaml b/doctrine/annotations/1.0/config/routes/annotations.yaml index d49a502a..e92efc59 100644 --- a/doctrine/annotations/1.0/config/routes/annotations.yaml +++ b/doctrine/annotations/1.0/config/routes/annotations.yaml @@ -1,3 +1,7 @@ controllers: resource: ../../src/Controller/ type: annotation + +kernel: + resource: ../../src/Kernel.php + type: annotation