Update ExceptionController.php

This commit is contained in:
Bob den Otter
2019-11-17 16:50:37 +01:00
parent aded5d39ec
commit a2e8baa438

View File

@@ -60,6 +60,7 @@ class ExceptionController extends SymfonyExceptionController
return parent::showAction($request, $exception, $logger);
}
private function showNotFound(): Response
{
foreach ($this->config->get('general/notfound') as $item) {
$output = $this->attemptToRender($item);