From 038257e3ed335e60ae3e392425a4bafbccfd3bd3 Mon Sep 17 00:00:00 2001 From: Alexander Kochetov Date: Wed, 18 Jun 2014 19:31:39 +0400 Subject: [PATCH] SluggableBehavior phpDoc updated --- framework/behaviors/SluggableBehavior.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', * ], * ];