mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-16 14:29:30 +08:00
fixed AR class docs, do not break comment
This commit is contained in:
@@ -35,9 +35,6 @@ use yii\helpers\StringHelper;
|
|||||||
*
|
*
|
||||||
* class Customer extends \yii\db\ActiveRecord
|
* class Customer extends \yii\db\ActiveRecord
|
||||||
* {
|
* {
|
||||||
* /**
|
|
||||||
* * @return string the name of the table associated with this ActiveRecord class.
|
|
||||||
* * /
|
|
||||||
* public static function tableName()
|
* public static function tableName()
|
||||||
* {
|
* {
|
||||||
* return 'tbl_customer';
|
* return 'tbl_customer';
|
||||||
|
|||||||
Reference in New Issue
Block a user