From 87f9fc3278eb46dda545f6a207134a708e23d2c8 Mon Sep 17 00:00:00 2001 From: Marco Da Silva Date: Fri, 26 Dec 2014 19:06:38 -0430 Subject: [PATCH] Update concept-behaviors.md miss blank --- docs/guide/concept-behaviors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/concept-behaviors.md b/docs/guide/concept-behaviors.md index 141c7e488c..bf4bb05ecb 100644 --- a/docs/guide/concept-behaviors.md +++ b/docs/guide/concept-behaviors.md @@ -249,7 +249,7 @@ $component->detachBehaviors(); Using `TimestampBehavior` ------------------------- -To wrap up, let's take a look at [[yii\behaviors\TimestampBehavior]]. This behavior supports automatically +To wrap up, let's take a look at [[yii\behaviors\TimestampBehavior]]. This behavior supports automatically updating the timestamp attributes of an [[yii\db\ActiveRecord|Active Record]] model anytime the model is saved (e.g., on insert or update). First, attach this behavior to the [[yii\db\ActiveRecord|Active Record]] class that you plan to use: