Commit 471d0536 by Alexander Kochetov Committed by Qiang Xue

\yii\behaviors\AttributeBehavior updated

parent 95460f92
......@@ -26,7 +26,7 @@ use yii\base\Event;
* public function behaviors()
* {
* return [
* 'attributeStamp' => [
* [
* 'class' => AttributeBehavior::className(),
* 'attributes' => [
* ActiveRecord::EVENT_BEFORE_INSERT => 'attribute1',
......
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