mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 23:14:03 +00:00
Code style
This commit is contained in:
parent
2c1cc41b97
commit
d23dbf18ce
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class QueueTenancyBootstrapper implements TenancyBootstrapper
|
|||
$tenantId = $event->job->payload()['tenant_id'] ?? null;
|
||||
|
||||
// The job is not tenant-aware
|
||||
if (!$tenantId) {
|
||||
if (! $tenantId) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue