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