diff --git a/app/Http/Middleware/TrustProxies.php b/app/Http/Middleware/TrustProxies.php index 801cf454..2cf88e96 100644 --- a/app/Http/Middleware/TrustProxies.php +++ b/app/Http/Middleware/TrustProxies.php @@ -8,14 +8,14 @@ class TrustProxies extends Middleware { /** - * The trusted proxies for the application. + * The trusted proxies for this application. * * @var array */ protected $proxies; /** - * The proxy header mappings. + * The current proxy header mappings. * * @var array */