From b99e1aa71800e8a89ddda8f7fdb261aef61496e0 Mon Sep 17 00:00:00 2001 From: lq Date: Wed, 4 Dec 2024 09:38:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B0=E5=BD=95=E6=97=A5=E5=BF=97=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/models/OpLog.php | 1 - 1 file changed, 1 deletion(-) diff --git a/common/models/OpLog.php b/common/models/OpLog.php index 7cbb2db..b4ec2bb 100644 --- a/common/models/OpLog.php +++ b/common/models/OpLog.php @@ -13,7 +13,6 @@ class OpLog extends \common\modelsgii\OpLog [ 'class' => TimestampBehavior::class, 'attributes' => [ - ActiveRecord::EVENT_BEFORE_INSERT => ['created_at'], ], ], ];