mirror of
https://github.com/elyby/accounts.git
synced 2024-11-16 10:14:02 +05:30
11 lines
125 B
PHP
11 lines
125 B
PHP
<?php
|
|
namespace common\models\amqp;
|
|
|
|
use yii\base\Object;
|
|
|
|
class AccountPardoned extends Object {
|
|
|
|
public $accountId;
|
|
|
|
}
|