mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-16 08:03:45 +03:00
12 lines
217 B
PHP
12 lines
217 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'zend-expressive' => [
|
|
'error_handler' => [
|
|
'template_404' => 'core/error/404.html.twig',
|
|
'template_error' => 'core/error/error.html.twig',
|
|
],
|
|
],
|
|
|
|
];
|