From e14d3944753a7314b3c01249ca30e16c40a1139e Mon Sep 17 00:00:00 2001 From: anazaryan Date: Thu, 5 Dec 2024 21:59:38 +0400 Subject: [PATCH] fix --- app/Console/Commands/ResetData.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Console/Commands/ResetData.php b/app/Console/Commands/ResetData.php index 4e93d4a..6c2e98a 100644 --- a/app/Console/Commands/ResetData.php +++ b/app/Console/Commands/ResetData.php @@ -59,7 +59,8 @@ class ResetData extends Command ->where('created_at', '<', '2024-11-30 00:00:00') ->whereNotIn('email', [ 'vkontakte@rekamore.su', - '2anketa@rekamore.su' + '2anketa@rekamore.su', + 'integralal@mail.ru' ]) ->get(); -- 1.7.10.4