fixed AR class docs, do not break comment

This commit is contained in:
Carsten Brandt
2014-03-02 18:13:12 +01:00
parent 2d9007e4d5
commit 56f52f87d2

View File

@@ -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';