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