This commit is contained in:
Taylor Otwell
2017-12-19 08:21:38 -06:00
parent 7b138fe398
commit 260a8ab2d0

View File

@@ -15,9 +15,9 @@ class TrustProxies extends Middleware
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;
}