- Merged with master done
This commit is contained in:
parent
abe94e498f
commit
01d48463b3
@ -34,7 +34,7 @@ class ApplicationStrategy extends Strategy\ApplicationStrategy {
|
|||||||
return $this->getContainer()->get(ThrowableHandlerInterface::class);
|
return $this->getContainer()->get(ThrowableHandlerInterface::class);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getMethodNotAllowedDecorator(MethodNotAllowedException $exception): MiddlewareInterface
|
public function getMethodNotAllowedDecorator(MethodNotAllowedException $exception): MiddlewareInterface
|
||||||
{
|
{
|
||||||
return $this->getContainer()->has(MethodNotAllowedInterface::class) ? $this->getContainer()->get(MethodNotAllowedInterface::class) : parent::getMethodNotAllowedDecorator($exception);
|
return $this->getContainer()->has(MethodNotAllowedInterface::class) ? $this->getContainer()->get(MethodNotAllowedInterface::class) : parent::getMethodNotAllowedDecorator($exception);
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
Loading…
x
Reference in New Issue
Block a user