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

Add important comment

This commit is contained in:
Samuel Štancl 2019-01-22 21:41:07 +01:00
parent a11355904d
commit 99a47c3da4

View file

@ -229,7 +229,7 @@ class TenantManager
// If $uuid is the uuid of the current tenant, put
// the value into the $this->tenant array as well.
$target = [];
$target = []; // black hole
if (($this->tenant['uuid'] ?? null) === $uuid) {
$target = &$this->tenant;
}