Browse Source

adjust wording

Taylor Otwell 7 years ago
parent
commit
33c4cab6b7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Http/Middleware/TrustProxies.php

+ 2 - 2
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
      */