From c5c4f5cd5a54eeaab52ce30a29887c5ec546eebc Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Tue, 20 Feb 2024 06:20:37 -0500 Subject: [PATCH 1/2] drop reference to Symfony 3 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1e04d9ab..34fc5cf5 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,6 @@ class FacebookController extends AbstractController */ public function connectAction(ClientRegistry $clientRegistry) { - // on Symfony 3.3 or lower, $clientRegistry = $this->get('knpu.oauth2.registry'); // will redirect to Facebook! return $clientRegistry From c5861aa02b8f5ef5b51da339ce6c88c1b237177d Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Tue, 20 Feb 2024 09:15:10 -0500 Subject: [PATCH 2/2] drop extra line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 34fc5cf5..3ad5a76d 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,6 @@ class FacebookController extends AbstractController */ public function connectAction(ClientRegistry $clientRegistry) { - // will redirect to Facebook! return $clientRegistry ->getClient('facebook_main') // key used in config/packages/knpu_oauth2_client.yaml