diff --git a/src/Base/Framework/Controller/IndexController.php b/src/Base/Framework/Controller/IndexController.php index 5eb3329..2e4d284 100644 --- a/src/Base/Framework/Controller/IndexController.php +++ b/src/Base/Framework/Controller/IndexController.php @@ -50,7 +50,7 @@ final class IndexController extends AbstractController #[Route('/test')] public function monitorTvShow(MonitorTvShowHandler $handler): Response { -// $handler->handle(new MonitorTvShowCommand(82)); + throw new \Exception('Test'); return $this->render('index/test.html.twig', []); } }