mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 18:04:03 +00:00
Fix Tenant DB manager tests
This commit is contained in:
parent
7e645a3312
commit
5e9b421aa6
5 changed files with 49 additions and 96 deletions
|
|
@ -256,6 +256,12 @@ class Tenant implements ArrayAccess
|
|||
return $this;
|
||||
}
|
||||
|
||||
/** @alias put */
|
||||
public function set($key, $value = null): self
|
||||
{
|
||||
return $this->put($key, $value);
|
||||
}
|
||||
|
||||
public function __get($key)
|
||||
{
|
||||
return $this->get($key);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue