Update SiteController

pull/349/head
Daniel Supernault 7 years ago
parent 30c464ed49
commit 6288bd0abf
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save