1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 21:54:03 +00:00

Don't set queue tags

This commit is contained in:
Samuel Štancl 2020-06-03 12:59:07 +02:00
parent 5713c854ce
commit e8e5cee0b2

View file

@ -91,9 +91,6 @@ class QueueTenancyBootstrapper implements TenancyBootstrapper
return [
'tenant_id' => $id,
'tags' => [
"tenant:$id",
],
];
}
}