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 MakesHash;
use SoftDeletes; use SoftDeletes;
public $timestamps = false; //public $timestamps = false;
protected $casts = [ protected $casts = [
'settings' => 'object', 'settings' => 'object',