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
=======
>>>>>>> fdca37a (- Added createStream methods and fixed multiple errors views)
+=======
+
+>>>>>>> fdca37a (- Added createStream methods and fixed multiple errors views)