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');
}
/**