Merge pull request #8239 from ladybirdweb/analysis-vZYxAN

Apply fixes from StyleCI
This commit is contained in:
Bhanu Pratap Singh
2023-10-06 14:41:10 +05:30
committed by GitHub

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()
{ {