mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
minor fixes
This commit is contained in:
parent
3865d7193e
commit
dcce96be88
@ -79,8 +79,6 @@ class NewAccountNotification extends Notification
|
|||||||
{
|
{
|
||||||
$content = "New Trial Started\n";
|
$content = "New Trial Started\n";
|
||||||
$content .= "{$this->client->name}\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";
|
$content .= "Contacts: {$this->client->contacts()->pluck('email')}\n";
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user