Skip to content

Commit

Permalink
import from correct namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Jan 2, 2024
1 parent e610e4a commit 4242799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/ImportController.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
use Symfony\Component\Form\FormError;
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: '/importer')]
Expand Down

0 comments on commit 4242799

Please sign in to comment.