mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 21:54:03 +00:00
Add important comment
This commit is contained in:
parent
a11355904d
commit
99a47c3da4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue