- Добавлены аннотации

parent d6009086
......@@ -28,6 +28,12 @@ use \common\modules\rbac\models\AuthAssignment;
use \common\modules\eauth\models\UserEAuth;
use yii\web\UrlManager;
/**
* Class User
* @package common\modules\users\models
*
* @property string $delivery_date
*/
class User extends \common\components\ActiveRecordModel implements IdentityInterface
{
public $created_at;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment