From 161f16285615d9f39426b3c4cdd42ae1366ba14c Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 4 Aug 2020 18:21:14 +1000 Subject: [PATCH] Fixes for group settings --- app/Models/GroupSetting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',