Improve import of Customers linked to several Conversations
This commit is contained in:
parent
b1438e5ca1
commit
8d71b98899
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@ class Customer extends BaseCustomer {
|
||||||
public function mailboxesThroughConversations() {
|
public function mailboxesThroughConversations() {
|
||||||
return $this
|
return $this
|
||||||
->conversations
|
->conversations
|
||||||
->pluck('mailbox');
|
->pluck('mailbox')
|
||||||
|
->unique();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue