Skip to content

Commit

Permalink
Use correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed Apr 3, 2024
1 parent 3c40bd5 commit f82cdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Api/AbstractApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\JsonResponse;
use Symfony\Component\Routing\Route;
use Symfony\Component\Routing\Attribute\Route;
use Symfony\Component\Serializer\SerializerInterface;

#[Route('/api')]
Expand Down

0 comments on commit f82cdee

Please sign in to comment.