1
0
Fork 0
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:
Samuel Štancl 2019-09-20 19:24:02 +02:00
parent b268dd5d50
commit 61cc0d9364
6 changed files with 55 additions and 19 deletions

View file

@ -279,4 +279,9 @@ class Tenant implements ArrayAccess
}
$this->data[$key] = $value;
}
public function __call($name, $arguments)
{
// todo withId()
}
}