return to normal

This commit is contained in:
2018-11-02 07:39:00 -05:00
parent 8ba3caf44c
commit f6ed4ce233
2 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -14,6 +14,7 @@ class Authenticate extends Middleware
*/
protected function redirectTo($request)
{
//return route('/');
return route('/');
}
}