Skip to content

Commit

Permalink
added missing use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ojhaujjwal committed Aug 21, 2014
1 parent b2af8b2 commit 84ad1f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ class MyProvider implements League\OAuth2\Client\Provider\ProviderInterface

* Inform Oauth2 client manager about the new provider
```php
// in config/module.config.php

use HtLeagueOauthClientModule\Module;

return [
Module::CONFIG => [
'oauth2_client_manager' => [
Expand Down

0 comments on commit 84ad1f7

Please sign in to comment.