fix gitlab tests
This commit is contained in:
@@ -16,27 +16,16 @@ class PromotionAuditLog extends BaseModel
|
||||
public $timestamps = true;
|
||||
|
||||
public const ACTION_RECORD_CREATED = 'record_created';
|
||||
|
||||
public const ACTION_STATUS_CHANGED = 'status_changed';
|
||||
|
||||
public const ACTION_ELIGIBILITY_EVALUATED = 'eligibility_evaluated';
|
||||
|
||||
public const ACTION_PARENT_NOTIFIED = 'parent_notified';
|
||||
|
||||
public const ACTION_ENROLLMENT_STARTED = 'enrollment_started';
|
||||
|
||||
public const ACTION_ENROLLMENT_STEP_COMPLETED = 'enrollment_step_completed';
|
||||
|
||||
public const ACTION_ENROLLMENT_COMPLETED = 'enrollment_completed';
|
||||
|
||||
public const ACTION_PROMOTION_FINALIZED = 'promotion_finalized';
|
||||
|
||||
public const ACTION_DEADLINE_SET = 'deadline_set';
|
||||
|
||||
public const ACTION_REMINDER_SENT = 'reminder_sent';
|
||||
|
||||
public const ACTION_DEADLINE_EXPIRED = 'deadline_expired';
|
||||
|
||||
public const ACTION_MANUAL_OVERRIDE = 'manual_override';
|
||||
|
||||
protected $fillable = [
|
||||
|
||||
Reference in New Issue
Block a user