Browse Source

fixed AR class docs, do not break comment

tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
56f52f87d2
  1. 3
      framework/db/ActiveRecord.php

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

Loading…
Cancel
Save