mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 20:34:03 +00:00
TenantDatabaseManagerTest fully passes now
This commit is contained in:
parent
5e9b421aa6
commit
524530c8d5
8 changed files with 28 additions and 24 deletions
|
|
@ -174,7 +174,7 @@ class Tenant implements ArrayAccess
|
|||
public function delete(): self
|
||||
{
|
||||
if ($this->persisted) {
|
||||
$this->tenantManager->deleteTenant($this);
|
||||
$this->manager->deleteTenant($this);
|
||||
$this->persisted = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue