Skip to content

Commit 89e8391

Browse files
authored
Merge pull request laravel#5175 from canvural/patch-1
[6.x] Update redirectTo return type PHPDoc
2 parents dd93aca + 40f93da commit 89e8391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Middleware/Authenticate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Authenticate extends Middleware
1010
* Get the path the user should be redirected to when they are not authenticated.
1111
*
1212
* @param \Illuminate\Http\Request $request
13-
* @return string
13+
* @return string|null
1414
*/
1515
protected function redirectTo($request)
1616
{

0 commit comments

Comments
 (0)