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

Code style

This commit is contained in:
Samuel Štancl 2020-05-21 19:29:23 +02:00
parent 2c1cc41b97
commit d23dbf18ce

View file

@ -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;
}