Fix Undefined constant "wishthis\\ENV_IS_DEV"

This commit is contained in:
Jay Trees 2022-03-01 11:17:06 +01:00
parent 0367ee913c
commit c2adeee1f9

View file

@ -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
*/ */