diff --git a/framework/behaviors/SluggableBehavior.php b/framework/behaviors/SluggableBehavior.php index 10ecf13721..4b4113c1ad 100644 --- a/framework/behaviors/SluggableBehavior.php +++ b/framework/behaviors/SluggableBehavior.php @@ -23,7 +23,7 @@ use yii\helpers\Inflector; * { * return [ * [ - * 'class' => 'SluggableBehavior::className(), + * 'class' => SluggableBehavior::className(), * 'attribute' => 'title', * ], * ];