diff --git a/framework/db/ActiveRecord.php b/framework/db/ActiveRecord.php index e7461c6..539508b 100644 --- a/framework/db/ActiveRecord.php +++ b/framework/db/ActiveRecord.php @@ -35,9 +35,6 @@ use yii\helpers\StringHelper; * * class Customer extends \yii\db\ActiveRecord * { - * /** - * * @return string the name of the table associated with this ActiveRecord class. - * * / * public static function tableName() * { * return 'tbl_customer';