mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-26 02:40:41 -06:00
13 lines
217 B
PHP
13 lines
217 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'zend-expressive' => [
|
|
'error_handler' => [
|
|
'template_404' => 'core/error/404.html.twig',
|
|
'template_error' => 'core/error/error.html.twig',
|
|
],
|
|
],
|
|
|
|
];
|