<?php namespace common\models; class xhUserCapital extends xhBaseModel { /** * @inheritdoc */ public static function tableName() { return 'xhUserCapital'; } }