This commit is contained in:
parent
f2f90f06f7
commit
be98f7cf85
@ -50,6 +50,7 @@ public function action_push2contact()
|
|||||||
->where('status', Testdrive::STATUS_DRAFT)
|
->where('status', Testdrive::STATUS_DRAFT)
|
||||||
->orderBy('id')
|
->orderBy('id')
|
||||||
->get();
|
->get();
|
||||||
|
$items = $items->unique('mobile');
|
||||||
|
|
||||||
$contacts = Contact::query()
|
$contacts = Contact::query()
|
||||||
->where('status', Contact::STATUS_PUBLISHED)
|
->where('status', Contact::STATUS_PUBLISHED)
|
||||||
|
Loading…
Reference in New Issue
Block a user