We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 096d27b + 751b89a commit 96bbcfbCopy full SHA for 96bbcfb
src/Http/Controllers/TwoFactorAuthenticationController.php
@@ -44,7 +44,7 @@ public function setupTwoFactorAuthentication(Request $request)
44
*
45
* @param \Illuminate\Http\Request
46
47
- * @return \Illuminate\Http\Response
+ * @return \Illuminate\Http\RedirectResponse
48
*/
49
public function enableTwoFactorAuthentication(Request $request)
50
{
@@ -81,7 +81,7 @@ public function verifyTwoFactorAuthentication(Request $request)
81
82
* @param int $length Length of the encoded string.
83
84
- * @return void
+ * @return string
85
86
private function base32EncodedString($length = 30):
87
string
0 commit comments