added air call
This commit is contained in:
@@ -91,6 +91,12 @@ define('EVENT_PRIORITY_NORMAL', 100);
|
||||
/**
|
||||
* @deprecated Use \CodeIgniter\Events\Events::PRIORITY_HIGH instead.
|
||||
*/
|
||||
|
||||
const CARD_REQUESTED =0;
|
||||
const CARD_HOLDER_CREATED = 10;
|
||||
const CARD_OWNER_ACTIVE = 30;
|
||||
const CARD_ASSIGNED = 40;
|
||||
|
||||
define('EVENT_PRIORITY_HIGH', 10);
|
||||
define('WRB_JOB_CRONJOB',770);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user