Skip to content

Commit

Permalink
rename config for mailgun using same as laravel docs
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk committed Dec 23, 2024
1 parent ff352a7 commit 0c7d680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drivers/MailgunDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function registerWebhooks($components): void
{
$trackingConfig = (array) config('mails.logging.tracking');

$apiKey = config('services.mailgun.api_key');
$apiKey = config('services.mailgun.secret');
$domain = config('services.mailgun.domain');

$webhookUrl = URL::signedRoute('mails.webhook', ['provider' => 'mailgun']);
Expand Down

0 comments on commit 0c7d680

Please sign in to comment.