feat(onticket): group event tenants under shared client
This commit is contained in:
@@ -40,11 +40,7 @@ class DesfilePuraTendenciaSeeder extends Seeder
|
||||
$tenant = Tenant::query()->where('codigo', self::TENANT_CODE)->first();
|
||||
|
||||
if ($tenant) {
|
||||
$tenant->update([
|
||||
'client_id' => $client->id,
|
||||
'cart_editing_enabled' => false,
|
||||
'display_cart_item_images' => false,
|
||||
]);
|
||||
$tenant->update(['client_id' => $client->id]);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user