Skip to content

Commit 096d27b

Browse files
committed
TwoFactorAuthenticationController - removed return type of the method which enables the 2FA. close #27
1 parent cd7575b commit 096d27b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Http/Controllers/TwoFactorAuthenticationController.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ public function enableTwoFactorAuthentication(Request $request)
5959
* Verify Two Factor Authentication.
6060
*
6161
* @param \Illuminate\Http\Request $request
62-
*
63-
* @return \Illuminate\Http\RedirectResponse
6462
*/
6563
public function verifyTwoFactorAuthentication(Request $request)
6664
{

0 commit comments

Comments
 (0)