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 25a741f commit 7e9f624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/DemoController.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use KimaiPlugin\DemoBundle\Form\DemoType;
use KimaiPlugin\DemoBundle\Repository\DemoRepository;
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: '/admin/demo')]
Expand Down

0 comments on commit 7e9f624

Please sign in to comment.