minor fixes
This commit is contained in:
parent
3865d7193e
commit
dcce96be88
1 changed files with 0 additions and 2 deletions
|
|
@ -79,8 +79,6 @@ class NewAccountNotification extends Notification
|
|||
{
|
||||
$content = "New Trial Started\n";
|
||||
$content .= "{$this->client->name}\n";
|
||||
$content .= "Account key: {$this->account->key}\n";
|
||||
$content .= "Users: {$this->account->users()->pluck('email')}\n";
|
||||
$content .= "Contacts: {$this->client->contacts()->pluck('email')}\n";
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue