From 01d48463b318d2174f8391e30b7f8da62e49717a Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Wed, 25 Feb 2026 19:40:07 +0000 Subject: [PATCH] - Merged with master done --- src/ApplicationStrategy.php | 2 +- view/lean/picto/undraw_error.phtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ApplicationStrategy.php b/src/ApplicationStrategy.php index ea4a7b5..265a758 100644 --- a/src/ApplicationStrategy.php +++ b/src/ApplicationStrategy.php @@ -34,7 +34,7 @@ class ApplicationStrategy extends Strategy\ApplicationStrategy { return $this->getContainer()->get(ThrowableHandlerInterface::class); } - + public function getMethodNotAllowedDecorator(MethodNotAllowedException $exception): MiddlewareInterface { return $this->getContainer()->has(MethodNotAllowedInterface::class) ? $this->getContainer()->get(MethodNotAllowedInterface::class) : parent::getMethodNotAllowedDecorator($exception); diff --git a/view/lean/picto/undraw_error.phtml b/view/lean/picto/undraw_error.phtml index 36a976a..6ed7924 100644 --- a/view/lean/picto/undraw_error.phtml +++ b/view/lean/picto/undraw_error.phtml @@ -1 +1 @@ -bug fixing +bug fixing \ No newline at end of file