mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-18 17:12:35 +03: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',
|
||
|
],
|
||
|
],
|
||
|
|
||
|
];
|