Fixes for group settings

This commit is contained in:
David Bomba 2020-08-04 18:21:14 +10:00
parent f544f7ac23
commit 161f162856

View File

@ -26,7 +26,7 @@ class GroupSetting extends StaticModel
use MakesHash;
use SoftDeletes;
public $timestamps = false;
//public $timestamps = false;
protected $casts = [
'settings' => 'object',