mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 17:14:03 +00:00
fetch and delete domains individually
This commit is contained in:
parent
29e1c53215
commit
b6db058b96
1 changed files with 1 additions and 1 deletions
|
|
@ -30,6 +30,6 @@ class DeleteDomains
|
||||||
|
|
||||||
public function handle()
|
public function handle()
|
||||||
{
|
{
|
||||||
$this->tenant->domains()->delete();
|
$this->tenant->domains->delete();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue