SluggableBehavior phpDoc updated

This commit is contained in:
Alexander Kochetov
2014-06-18 19:31:39 +04:00
parent 15f3385d53
commit 038257e3ed

View File

@@ -23,7 +23,7 @@ use yii\helpers\Inflector;
* { * {
* return [ * return [
* [ * [
* 'class' => 'SluggableBehavior::className(), * 'class' => SluggableBehavior::className(),
* 'attribute' => 'title', * 'attribute' => 'title',
* ], * ],
* ]; * ];