minor changes
This commit is contained in:
@@ -21,6 +21,9 @@ use yii\helpers\ArrayHelper;
|
||||
*/
|
||||
class EventRegistration extends \yii\db\ActiveRecord
|
||||
{
|
||||
const CANCEL_REASON_CUSTOMER = "customer";
|
||||
const CANCEL_REASON_EVENT = "event";
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user