Update redirectTo return type PHPDoc

This commit is contained in:
Can Vural 2019-12-14 11:48:14 +01:00 committed by GitHub
parent dd93aca597
commit 40f93daa83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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)
{