From 49370eb45b995dcfbe1cd3a08606918a9f478682 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Sun, 2 Feb 2020 17:41:24 +0100 Subject: [PATCH] Look at the Kernel for annotations --- doctrine/annotations/1.0/config/routes/annotations.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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