Fix remaining broken tests

This commit is contained in:
Dane Everitt 2018-07-04 19:38:23 -07:00
parent 6c20ea9881
commit c82f273d85
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
7 changed files with 22 additions and 61 deletions

View file

@ -1,6 +1,7 @@
<?php
Route::get('/', 'IndexController@index')->name('index');
Route::get('/account', 'IndexController@index')->name('account');
/*
|--------------------------------------------------------------------------