Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Line 142. Minor typo. Class name listed without either quotes or ::class. Added ::class.
  • Loading branch information
anaxamaxan committed Feb 19, 2016
1 parent ec4dd30 commit 2b9e9c7
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 2b9e9c7

Please sign in to comment.