PMC-348 Add marks and register the new classes for avoid this implementation in the community version

This commit is contained in:
Ronald Q
2019-01-08 15:34:10 -04:00
parent 51346c441c
commit 21b91db43c
4 changed files with 12 additions and 0 deletions

View File

@@ -1,7 +1,9 @@
<?php
use Illuminate\Foundation\Http\Kernel;
/*----------------------------------********---------------------------------*/
use ProcessMaker\BusinessModel\ActionsByEmail\ResponseReader;
/*----------------------------------********---------------------------------*/
require_once __DIR__ . '/../../../gulliver/system/class.g.php';
require_once __DIR__ . '/../../../bootstrap/autoload.php';
@@ -256,9 +258,11 @@ try {
case 'sendnotificationscron':
sendNotifications();
break;
/*----------------------------------********---------------------------------*/
case 'actionsByEmailEmailResponse':
(new ResponseReader)->actionsByEmailEmailResponse();
break;
/*----------------------------------********---------------------------------*/
}
} catch (Exception $e) {
$token = strtotime("now");