Skip to content

Commit

Permalink
Merge pull request #21 from mon-petit-placement/fix/use-attribute-for…
Browse files Browse the repository at this point in the history
…-route-declaration

fix: use attribute instead of annotion for route declaration
  • Loading branch information
Celine68 authored May 31, 2024
2 parents 6625086 + 94d40e1 commit 50cc9c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Controller/CallbackController.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ public function __construct(LoggerInterface $logger, EventDispatcherInterface $d
$this->dispatcher = $dispatcher;
}

/**
* @Route("/universign/callback", name="mpp_universign_callback", methods="GET")
*/
#[Route('/universign/callback', name: 'mpp_universign_callback', methods: 'GET')]
public function process(Request $request): Response
{
$status = $request->query->get('status');
Expand Down

0 comments on commit 50cc9c0

Please sign in to comment.