1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-08-13 13:07:32 +00:00

change landing view rendering to php

This commit is contained in:
devfake
2015-06-21 16:34:27 +02:00
parent 33ae055598
commit 66cc04d36c
19 changed files with 167 additions and 81 deletions

@@ -42,7 +42,7 @@
public function render($request, Exception $e)
{
if($e instanceof NotFoundHttpException) {
//return redirect('/');
return redirect('/');
}
return parent::render($request, $e);