From 16ee06593c8543bbb4ff4c5a93856d3af822193d Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Sat, 20 Dec 2025 12:44:13 -0500 Subject: [PATCH] - Added createStream methods and fixed multiple errors views --- src/ApplicationStrategy.php | 5 ----- view/lean/picto/undraw_error.phtml | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/ApplicationStrategy.php b/src/ApplicationStrategy.php index 3e2a255..5ca5196 100644 --- a/src/ApplicationStrategy.php +++ b/src/ApplicationStrategy.php @@ -39,9 +39,4 @@ class ApplicationStrategy extends Strategy\ApplicationStrategy { { return $this->getContainer()->has(MethodNotAllowedInterface::class) ? $this->getContainer()->get(MethodNotAllowedInterface::class) : parent::getMethodNotAllowedDecorator($exception); } - - public function getMethodNotAllowedDecorator(MethodNotAllowedException $exception): MiddlewareInterface - { - return $this->getContainer()->has(MethodNotAllowedInterface::class) ? $this->getContainer()->get(MethodNotAllowedInterface::class) : parent::getMethodNotAllowedDecorator($exception); - } } \ No newline at end of file diff --git a/view/lean/picto/undraw_error.phtml b/view/lean/picto/undraw_error.phtml index 61cfe79..f1e6345 100644 --- a/view/lean/picto/undraw_error.phtml +++ b/view/lean/picto/undraw_error.phtml @@ -1,5 +1,9 @@ <<<<<<< HEAD +<<<<<<< HEAD bug fixing ======= >>>>>>> fdca37a (- Added createStream methods and fixed multiple errors views) +======= + +>>>>>>> fdca37a (- Added createStream methods and fixed multiple errors views)