Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-10-06 09:11:04 +00:00
parent 5ca164fbb6
commit 85bee71861

View File

@@ -365,10 +365,10 @@ class UnAuthController extends Controller
Session::put('language', $lang); Session::put('language', $lang);
} }
} }
return redirect()->back(); return redirect()->back();
} }
// Follow up tickets // Follow up tickets
public function followup() public function followup()
{ {