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:
site
client
app
assets
views
public
assets
server
app
@@ -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