mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 12:42:36 +01:00
Enable testing invoice.services locally
This commit is contained in:
parent
33b8df163d
commit
f491e334db
@ -15,7 +15,7 @@ trait SendsEmails
|
||||
|
||||
public function getFromEmail()
|
||||
{
|
||||
if ( ! $this->isPro() || ! Utils::isNinjaProd() || Utils::isReseller()) {
|
||||
if ( ! $this->isPro() || ! Utils::isNinja() || Utils::isReseller()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user