From 33c4cab6b77877a257e99fe295eafad7fb7d61b9 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 29 Mar 2017 10:06:39 -0500 Subject: [PATCH] adjust wording --- app/Http/Middleware/TrustProxies.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@ use Fideloper\Proxy\TrustProxies as Middleware; 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 */