mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 03:54:02 +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
|
// If $uuid is the uuid of the current tenant, put
|
||||||
// the value into the $this->tenant array as well.
|
// the value into the $this->tenant array as well.
|
||||||
$target = [];
|
$target = []; // black hole
|
||||||
if (($this->tenant['uuid'] ?? null) === $uuid) {
|
if (($this->tenant['uuid'] ?? null) === $uuid) {
|
||||||
$target = &$this->tenant;
|
$target = &$this->tenant;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue