diff --git a/app/Models/GroupSetting.php b/app/Models/GroupSetting.php index e9bc09a2f5ce..a7fe3545fdae 100644 --- a/app/Models/GroupSetting.php +++ b/app/Models/GroupSetting.php @@ -26,7 +26,7 @@ class GroupSetting extends StaticModel use MakesHash; use SoftDeletes; - public $timestamps = false; + //public $timestamps = false; protected $casts = [ 'settings' => 'object',