Skip to content

Commit

Permalink
fix: replace deprecated Route Annotation with Route Attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbeckmann committed Jan 21, 2025
1 parent 1741998 commit 5dd3a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/StudyController.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use Symfony\Component\HttpFoundation\RedirectResponse;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Routing\Annotation\Route;
use Symfony\Component\Routing\Attribute\Route;
use Symfony\Component\Security\Http\Attribute\IsGranted;

#[Route(path: '/studies', name: 'Study-')]
Expand Down

0 comments on commit 5dd3a3a

Please sign in to comment.