Merge pull request #5175 from canvural/patch-1

[6.x] Update redirectTo return type PHPDoc
This commit is contained in:
Dries Vints
2019-12-16 11:35:41 +01:00
committed by GitHub

View File

@@ -10,7 +10,7 @@ class Authenticate extends Middleware
* Get the path the user should be redirected to when they are not authenticated.
*
* @param \Illuminate\Http\Request $request
* @return string
* @return string|null
*/
protected function redirectTo($request)
{