Skip to content

Commit

Permalink
Use Attribute namespace (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark authored Sep 16, 2024
1 parent 98e49cf commit 4df93e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Controller/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use App\Service\RepositoryProvider;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\Routing\Annotation\Route;
use Symfony\Component\Routing\Attribute\Route;

class DefaultController extends AbstractController
{
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/WebhookController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\JsonResponse;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\Routing\Annotation\Route;
use Symfony\Component\Routing\Attribute\Route;

class WebhookController extends AbstractController
{
Expand Down

0 comments on commit 4df93e8

Please sign in to comment.