From 5d621b7cdc527206ac5116e271abd2dfdb51b8ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maurice=20Preu=C3=9F=20=28envoyr=29?= Date: Tue, 29 Apr 2025 21:46:44 +0200 Subject: [PATCH] update config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maurice Preuß (envoyr) --- src/Id/Socialite/Provider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Id/Socialite/Provider.php b/src/Id/Socialite/Provider.php index a1dfd96..260258e 100644 --- a/src/Id/Socialite/Provider.php +++ b/src/Id/Socialite/Provider.php @@ -32,7 +32,7 @@ class Provider extends AbstractProvider implements ProviderInterface */ protected function getBaseUrl(): string { - $mode = $this->config['mode'] ?? 'production'; + $mode = config('services.anikeen.mode') ?? 'production'; return $mode === 'staging' ? 'https://staging.id.anikeen.com'