Skip to content

Commit

Permalink
chore: fixed route attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
COil committed Dec 28, 2023
1 parent ab5f03e commit 7eeca64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Controller/AppController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/SlugifyAcfion.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7eeca64

Please sign in to comment.