<?php namespace bizGhs\lakala\models; use bizGhs\base\models\Base; class LakalaAccount extends Base { public static function tableName() { return 'xhLakalaAccount'; } }