refactor(notifications): update Telegram button URL for staging environment
This commit is contained in:
@@ -83,7 +83,7 @@ class Test extends Notification implements ShouldQueue
|
|||||||
'buttons' => [
|
'buttons' => [
|
||||||
[
|
[
|
||||||
'text' => 'Go to your dashboard',
|
'text' => 'Go to your dashboard',
|
||||||
'url' => base_url(),
|
'url' => isDev() ? 'https://staging-but-dev.coolify.io' : base_url(),
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user