Fix Undefined constant "wishthis\\ENV_IS_DEV"
This commit is contained in:
parent
0367ee913c
commit
c2adeee1f9
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class Email
|
||||||
|
|
||||||
$html = $this->mjml;
|
$html = $this->mjml;
|
||||||
|
|
||||||
if (ENV_IS_DEV) {
|
if (defined('ENV_IS_DEV') && ENV_IS_DEV) {
|
||||||
/**
|
/**
|
||||||
* Ignore SSL certificate errors
|
* Ignore SSL certificate errors
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue