add customer api
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user