From 7eeca649290b1d1d5ffce72dd09c6e77b482046d Mon Sep 17 00:00:00 2001 From: COil Date: Thu, 28 Dec 2023 21:37:04 +0100 Subject: [PATCH] chore: fixed route attributes --- src/Controller/AppController.php | 2 +- src/Controller/SlugifyAcfion.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Controller/AppController.php b/src/Controller/AppController.php index b0b615d..d3bc0f4 100644 --- a/src/Controller/AppController.php +++ b/src/Controller/AppController.php @@ -10,7 +10,7 @@ use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpKernel\Attribute\AsController; -use Symfony\Component\Routing\Annotation\Route; +use Symfony\Component\Routing\Attribute\Route; /** * @see AppControllerTest diff --git a/src/Controller/SlugifyAcfion.php b/src/Controller/SlugifyAcfion.php index 66ea52f..f1ea3f1 100644 --- a/src/Controller/SlugifyAcfion.php +++ b/src/Controller/SlugifyAcfion.php @@ -9,7 +9,7 @@ use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpKernel\Attribute\AsController; -use Symfony\Component\Routing\Annotation\Route; +use Symfony\Component\Routing\Attribute\Route; /** * This is an action implementing the ADR pattern.