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 52cb8ec commit f678681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/CustomCssController.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use KimaiPlugin\CustomCSSBundle\Repository\CustomCssRepository;
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: '/custom-css')]
Expand Down

0 comments on commit f678681

Please sign in to comment.