chore(deps): Upgrade Larastan to 0.6.5 (#4547)

This commit is contained in:
Can Vural
2020-10-16 23:19:49 +02:00
committed by GitHub
parent 288e3d0af5
commit 3d5f897672
6 changed files with 25 additions and 6 deletions
@@ -88,6 +88,7 @@ class MultiFAController extends Controller
*/
public function disableTwoFactor(Request $request)
{
// @phpstan-ignore-next-line
return view('settings.security.2fa-disable');
}