Commit 87f9fc32 by Marco Da Silva

Update concept-behaviors.md

miss blank
parent 6e87e1e2
......@@ -249,7 +249,7 @@ $component->detachBehaviors();
Using `TimestampBehavior` <a name="using-timestamp-behavior"></a>
-------------------------
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:
......
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