<?php namespace bizGhs\custom\models; use bizHd\base\models\Base; class CustomCapital extends Base { public static function tableName() { return 'xhGhsCustomCapital'; } }