From 7b9b92bc9f796aecacef864fa2473b49472f4820 Mon Sep 17 00:00:00 2001 From: sayliraut Date: Wed, 7 Aug 2024 17:38:23 +0530 Subject: [PATCH] changes --- config/constants.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/constants.php b/config/constants.php index 76482c0..e3f621b 100644 --- a/config/constants.php +++ b/config/constants.php @@ -26,8 +26,8 @@ return [ 'api_key'=>env('GOOGLE_PLACE_API_KEY') ], - 'ADMIN_EMAIL' => env('ADMIN_EMAIL', 'sayliraut@yopmail.com'), - // 'ADMIN_EMAIL' => env('ADMIN_EMAIL', 'contact@cheerstotheseason.com'), + // 'ADMIN_EMAIL' => env('ADMIN_EMAIL', 'sayliraut@yopmail.com'), + 'ADMIN_EMAIL' => env('ADMIN_EMAIL', 'contact@cheerstotheseason.com'), ];