Commit 471d0536 by Alexander Kochetov Committed by Qiang Xue

\yii\behaviors\AttributeBehavior updated

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