Skip to content

Commit

Permalink
Merge pull request #275 from defstudio/fix-274
Browse files Browse the repository at this point in the history
fix #274
  • Loading branch information
fabio-ivona authored Nov 25, 2022
2 parents 17a0a0f + 8bc73ed commit a1bb549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/InteractsWithWebhooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ trait InteractsWithWebhooks
{
private function getWebhookUrl(): string
{
$customWebhookUrl = config('custom_webhook_domain');
$customWebhookUrl = config('telegraph.custom_webhook_domain');

if ($customWebhookUrl === null) {
$url = route('telegraph.webhook', $this->getBot());
Expand Down

0 comments on commit a1bb549

Please sign in to comment.