From b7d06f10d74c147ed3b01ee9c7e113203a265dae Mon Sep 17 00:00:00 2001 From: Pieter Pauwels <57799581+PauwelsPieter@users.noreply.github.com> Date: Mon, 9 Oct 2023 09:01:14 +0200 Subject: [PATCH] Update laravel.md Changed config value naming --- docs/integrations/php/laravel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integrations/php/laravel.md b/docs/integrations/php/laravel.md index b320c98..403bdfa 100644 --- a/docs/integrations/php/laravel.md +++ b/docs/integrations/php/laravel.md @@ -33,7 +33,7 @@ class AppServiceProvider extends ServiceProvider new Dsn( 'ohmysmtp+api', 'default', - config('services.ohmysmtp.key') + config('services.mailpace.key') ) ); }); @@ -64,4 +64,4 @@ Here's an example Laravel 9 repository with a commit that demonstrates the chang https://github.com/mailpace/laravel-example/commit/93053f8d87fef62bb38323894a12a9e95b3abf91 -In this example we create a `/send` route that triggers an email. To test this just update the `from` address and `key` with your MailPace API token and open the `/send` path in your browser \ No newline at end of file +In this example we create a `/send` route that triggers an email. To test this just update the `from` address and `key` with your MailPace API token and open the `/send` path in your browser