add customer api

This commit is contained in:
2019-10-08 22:33:25 +02:00
committed by Roland Schneider
parent 9aee187d11
commit 1300bfc752
33 changed files with 1164 additions and 246 deletions

View File

@@ -1,6 +1,7 @@
<?php
namespace common\models;
use common\components\Helper;
use yii\base\Model;
/**
* Created by IntelliJ IDEA.
@@ -9,7 +10,7 @@ use common\components\Helper;
* Time: 6:14
*/
class CardEventRegistrationForm extends \yii\base\Model
class CardEventRegistrationForm extends Model
{
public $card_number;
public $event_id;
@@ -41,4 +42,4 @@ class CardEventRegistrationForm extends \yii\base\Model
}
}
}