mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 01:14:04 +00:00
Update tenant tests
This commit is contained in:
parent
b268dd5d50
commit
61cc0d9364
6 changed files with 55 additions and 19 deletions
|
|
@ -279,4 +279,9 @@ class Tenant implements ArrayAccess
|
|||
}
|
||||
$this->data[$key] = $value;
|
||||
}
|
||||
|
||||
public function __call($name, $arguments)
|
||||
{
|
||||
// todo withId()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue