Commit 56f52f87 by Carsten Brandt

fixed AR class docs, do not break comment

parent 2d9007e4
...@@ -35,9 +35,6 @@ use yii\helpers\StringHelper; ...@@ -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';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment