This commit is contained in:
Taylor Otwell 2017-12-19 08:21:38 -06:00
parent 7b138fe398
commit 260a8ab2d0
1 changed files with 2 additions and 2 deletions

View File

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