middleware issue

This commit is contained in:
2019-09-27 19:57:12 -05:00
parent 72915405b9
commit b2f6f8778e
3 changed files with 4 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ class HaulingController extends Controller
* Controller function to display form
*/
public function displayForm() {
return view('hauling.display.form');
return view('hauling.display.test');
}
/**

View File

@@ -16,6 +16,8 @@ class Authenticate extends Middleware
{
if($this->auth->check()) {
return route('/');
} else {
return route('/');
}
}
}

View File

@@ -0,0 +1 @@
This is a test