mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 01:54:04 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
cba67352b3
commit
7fe81f37cd
1 changed files with 2 additions and 1 deletions
|
|
@ -71,11 +71,12 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
$this->app['queue']->createPayloadUsing(function () {
|
||||
if (tenancy()->initialized) {
|
||||
[$uuid, $domain] = tenant()->get('uuid', 'domain');
|
||||
|
||||
return [
|
||||
'tenant_uuid' => $uuid,
|
||||
'tags' => [
|
||||
"tenant:$uuid",
|
||||
"domain:$domain"
|
||||
"domain:$domain",
|
||||
],
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue