Merge pull request #4627 from szepeviktor/patch-1

Request::HEADER_X_FORWARDED_ALL is an integer
This commit is contained in:
Taylor Otwell 2018-04-07 12:55:17 -07:00 committed by GitHub
commit 3dc19a0d4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class TrustProxies extends Middleware
/**
* The headers that should be used to detect proxies.
*
* @var string
* @var int
*/
protected $headers = Request::HEADER_X_FORWARDED_ALL;
}