1
0
Fork 0

Update SiteController

This commit is contained in:
Daniel Supernault 2019-02-27 21:52:47 -07:00
parent 3193f558cf
commit 5f73a4a37b
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class SiteController extends Controller
session()->put('locale', $locale);
}
return redirect()->back();
return redirect(route('site.language'));
}
public function about()