website/app/routes/errors/404.php

6 lines
85 B
PHP
Raw Normal View History

2016-11-28 18:08:26 -05:00
<?php
$app->notFound(function() use ($app) {
$app->render('errors/404.twig');
});