fixed tenants and eventpurchaseresource, changed lightbox in gallery
This commit is contained in:
@@ -18,7 +18,6 @@ class Tenant extends Model
|
||||
protected $table = 'tenants';
|
||||
protected $guarded = [];
|
||||
protected $casts = [
|
||||
'name' => 'array',
|
||||
'settings' => 'array',
|
||||
'features' => 'array',
|
||||
'last_activity_at' => 'datetime',
|
||||
|
||||
Reference in New Issue
Block a user