From b24920f2e41903832a371c1d01a3902870b5c9af Mon Sep 17 00:00:00 2001 From: philipp lang Date: Tue, 22 Jun 2021 23:02:03 +0200 Subject: [PATCH] add nami config for single --- config/services.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/services.php b/config/services.php index 2a1d616c..7c3a6665 100644 --- a/config/services.php +++ b/config/services.php @@ -14,6 +14,10 @@ return [ | */ + 'nami' => [ + 'groups' => 'single', + ], + 'mailgun' => [ 'domain' => env('MAILGUN_DOMAIN'), 'secret' => env('MAILGUN_SECRET'),