Skip to content

Commit

Permalink
Merge pull request #45 from anaxamaxan/patch-1
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
fideloper committed Feb 19, 2016
2 parents ec4dd30 + 2b9e9c7 commit 2a55f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Edit `config/app.php` and add the provided Service Provider:
```php
'providers' => array(
# other providers omitted
Fideloper\Proxy\TrustedProxyServiceProvider,
Fideloper\Proxy\TrustedProxyServiceProvider::class,
);
```

Expand Down

0 comments on commit 2a55f06

Please sign in to comment.