add edmond in the permits reminder email

This commit is contained in:
edmondlang
2024-03-01 11:27:46 +08:00
parent 5e636862bb
commit 24a4d269b3
@@ -54,7 +54,7 @@ class SendPermitsReminderEmails extends Command
$users = User::whereIn(
'email',
[
// 'edmond.wuiming2021@gmail.com',
'edmond.wuiming2021@gmail.com',
'anithagurl96@gmail.com'
]
)->get();