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