Skip to content

Commit

Permalink
Merge pull request #1993 from sovetski/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd committed Apr 28, 2024
2 parents 6ebc6e3 + 957af5b commit 09e7be6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/4-configuring_the_connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ And implement it:
```php
namespace App\Security;

use HWI\Bundle\OAuthBundle\Connect\AccountConnectorInterface;
use HWI\Bundle\OAuthBundle\OAuth\Response\UserResponseInterface;

final class OAuthConnector implements AccountConnectorInterface
{
public function __construct(
Expand Down

0 comments on commit 09e7be6

Please sign in to comment.