From 957af5bc1bf225d4766cc96b6c886a2c68f1012d Mon Sep 17 00:00:00 2001 From: Human HUMANOV Date: Sun, 28 Apr 2024 20:24:30 +0200 Subject: [PATCH] Docs: Update 4-configuring_the_connect.md In this example, we don't have any idea which interface should be used, I added them to avoid spending hours (in some IDE we don't have auto import) --- docs/4-configuring_the_connect.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/4-configuring_the_connect.md b/docs/4-configuring_the_connect.md index d6a4403fb..86e8fc719 100644 --- a/docs/4-configuring_the_connect.md +++ b/docs/4-configuring_the_connect.md @@ -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(