mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 17:24:03 +00:00
uuid -> id (references in code)
This commit is contained in:
parent
a7bb709bd4
commit
79f912384b
17 changed files with 46 additions and 45 deletions
|
|
@ -44,12 +44,12 @@ class QueueTenancyBootstrapper implements TenancyBootstrapper
|
|||
return [];
|
||||
}
|
||||
|
||||
[$uuid, $domain] = tenant()->get(['uuid', 'domain']);
|
||||
[$id, $domain] = tenant()->get(['id', 'domain']);
|
||||
|
||||
return [
|
||||
'tenant_id' => $uuid,
|
||||
'tenant_id' => $id,
|
||||
'tags' => [
|
||||
"tenant:$uuid",
|
||||
"tenant:$id",
|
||||
"domain:$domain",
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue