From 9cd6f10d7e7c280cdb5a8f19f3d13129420c71ce 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 | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ApplicationStrategy.php b/src/ApplicationStrategy.php index 3407446..05b23f9 100644 --- a/src/ApplicationStrategy.php +++ b/src/ApplicationStrategy.php @@ -33,7 +33,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 3f3edcc..36a976a 100644 --- a/view/lean/picto/undraw_error.phtml +++ b/view/lean/picto/undraw_error.phtml @@ -1,2 +1 @@ bug fixing - \ No newline at end of file