This commit is contained in:
@@ -50,6 +50,7 @@ class BYDAutoCommand extends Command
|
||||
->where('status', Testdrive::STATUS_DRAFT)
|
||||
->orderBy('id')
|
||||
->get();
|
||||
$items = $items->unique('mobile');
|
||||
|
||||
$contacts = Contact::query()
|
||||
->where('status', Contact::STATUS_PUBLISHED)
|
||||
|
||||
Reference in New Issue
Block a user