Реализована форма разблокировки аккаунта

This commit is contained in:
ErickSkrauch
2017-01-05 00:57:04 +03:00
parent b9e5e3a679
commit 6f81c38b7f
7 changed files with 217 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace common\models\amqp;
use yii\base\Object;
class AccountPardoned extends Object {
public $accountId;
}