this seems to work

This commit is contained in:
spencerrlongg
2023-10-17 13:30:51 -05:00
parent 82c2a46ada
commit 277608d962
2 changed files with 10 additions and 10 deletions
+4
View File
@@ -92,6 +92,10 @@ class Setting extends Model
'google_client_secret',
];
protected $casts = [
'label2_asset_logo' => 'boolean',
];
/**
* Get the app settings.
* Cache is expired on Setting model saved in EventServiceProvider.