minor changes

This commit is contained in:
Roland Schneider
2021-10-08 16:59:20 +02:00
parent 677166224b
commit 09f329050f
4 changed files with 66 additions and 48 deletions

View File

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