This commit is contained in:
Chris
2018-10-15 13:02:16 +01:00
parent cb9e014cf3
commit 10b70d4a09
15 changed files with 158 additions and 26 deletions

View File

@@ -23,6 +23,6 @@ class HomeController extends Controller
*/
public function index()
{
return view('home');
return redirect()->route('dash');
}
}