adjust wording

This commit is contained in:
Taylor Otwell 2017-03-29 10:06:39 -05:00
parent e23a1d284f
commit 33c4cab6b7
1 changed files with 2 additions and 2 deletions

View File

@ -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
*/