Commit e14d3944753a7314b3c01249ca30e16c40a1139e

Authored by Hayk Nazaryan
1 parent a0d12ea341
Exists in master

fix

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

app/Console/Commands/ResetData.php
... ... @@ -59,7 +59,8 @@ class ResetData extends Command
59 59 ->where('created_at', '<', '2024-11-30 00:00:00')
60 60 ->whereNotIn('email', [
61 61 'vkontakte@rekamore.su',
62   - '2anketa@rekamore.su'
  62 + '2anketa@rekamore.su',
  63 + 'integralal@mail.ru'
63 64 ])
64 65 ->get();
65 66