fix displaying available accounts on frontend/sellTicket

This commit is contained in:
2017-05-16 08:10:57 +02:00
parent 4d22e60760
commit 22cf5883ac
3 changed files with 32 additions and 15 deletions

View File

@@ -8,6 +8,8 @@ use yii\db\Query;
use yii\db\Expression;
use common\components\Helper;
/** @noinspection PhpUnnecessaryFullyQualifiedNameInspection */
/**
* This is the model class for table "ticket".
*
@@ -30,6 +32,8 @@ use common\components\Helper;
* @property string $created_at
* @property string $updated_at
* @property int id_contract
*
* @property \common\models\Card card
*/
class Ticket extends \common\models\BaseFitnessActiveRecord
{