Update concept-behaviors.md

miss blank
This commit is contained in:
Marco Da Silva
2014-12-26 19:06:38 -04:30
parent 6e87e1e266
commit 87f9fc3278

View File

@ -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: