Various code cleanup [skip ci]

This commit is contained in:
James Cole
2016-10-22 09:33:03 +02:00
parent 7ce3b8d4ef
commit 12a6a61100
8 changed files with 21 additions and 22 deletions

View File

@@ -205,6 +205,7 @@ class HomeController extends Controller
Session::flash('info', 'This is an info message.');
Session::flash('warning', 'This is a warning.');
Session::flash('error', 'This is an error!');
return redirect(route('home'));
}