diff --git a/common/models/OpLog.php b/common/models/OpLog.php index 6c8b845..34a0127 100644 --- a/common/models/OpLog.php +++ b/common/models/OpLog.php @@ -7,16 +7,16 @@ use yii\db\ActiveRecord; class OpLog extends \common\modelsgii\OpLog { - public function behaviors() - { - return [ - [ +// public function behaviors() +// { +// return [ +// [ // 'class' => TimestampBehavior::class, // 'attributes' => [ // ActiveRecord::EVENT_BEFORE_INSERT => ['created_at','updated_at'], // ActiveRecord::EVENT_BEFORE_UPDATE => ['updated_at'], // ], - ], - ]; - } +// ], +// ]; +// } } \ No newline at end of file