Update SiteController

This commit is contained in:
Daniel Supernault 2018-08-09 23:42:12 -06:00
parent 30c464ed49
commit 6288bd0abf
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class SiteController extends Controller
public function homeGuest()
{
return view('site.index');
return view('welcome');
}
public function homeTimeline()