mirror of
https://github.com/exane/not-gwent-online
synced 2025-09-15 22:29:07 +00:00
change landing view rendering to php
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
public function render($request, Exception $e)
|
||||
{
|
||||
if($e instanceof NotFoundHttpException) {
|
||||
//return redirect('/');
|
||||
return redirect('/');
|
||||
}
|
||||
|
||||
return parent::render($request, $e);
|
||||
|
Reference in New Issue
Block a user