Fix type hint for case of trusting all proxies (string) (#5025)

This commit is contained in:
Matt Hanley
2019-05-14 07:28:37 -06:00
committed by Taylor Otwell
parent 93c6874189
commit f8e455e358
+1 -1
View File
@@ -10,7 +10,7 @@ class TrustProxies extends Middleware
/**
* The trusted proxies for this application.
*
* @var array
* @var array|string
*/
protected $proxies;