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();
|
$tenant = Tenant::query()->where('codigo', self::TENANT_CODE)->first();
|
||||||
|
|
||||||
if ($tenant) {
|
if ($tenant) {
|
||||||
$tenant->update([
|
$tenant->update(['client_id' => $client->id]);
|
||||||
'client_id' => $client->id,
|
|
||||||
'cart_editing_enabled' => false,
|
|
||||||
'display_cart_item_images' => false,
|
|
||||||
]);
|
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user