Skip to content

Commit

Permalink
Fix setContainer error at cache:clear
Browse files Browse the repository at this point in the history
  • Loading branch information
tattali committed Dec 7, 2024
1 parent 08c0cb4 commit 781155d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Controller/CalendarController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@

use CalendarBundle\Event\SetDataEvent;
use CalendarBundle\Serializer\SerializerInterface;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\HttpFoundation\JsonResponse;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;

class CalendarController extends AbstractController
class CalendarController
{
public function __construct(
private readonly EventDispatcherInterface $eventDispatcher,
Expand Down
Empty file modified src/Resources/config/routing.yaml
100755 → 100644
Empty file.

0 comments on commit 781155d

Please sign in to comment.