mirror of
https://github.com/anikeen-com/id.git
synced 2026-03-13 13:46:13 +00:00
@@ -32,7 +32,7 @@ class Provider extends AbstractProvider implements ProviderInterface
|
|||||||
*/
|
*/
|
||||||
protected function getBaseUrl(): string
|
protected function getBaseUrl(): string
|
||||||
{
|
{
|
||||||
$mode = $this->config['mode'] ?? 'production';
|
$mode = config('services.anikeen.mode') ?? 'production';
|
||||||
|
|
||||||
return $mode === 'staging'
|
return $mode === 'staging'
|
||||||
? 'https://staging.id.anikeen.com'
|
? 'https://staging.id.anikeen.com'
|
||||||
|
|||||||
Reference in New Issue
Block a user