1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 18:34:04 +00:00

fetch and delete domains individually

This commit is contained in:
Abrar Ahmad 2022-07-15 21:36:46 +05:00
parent 29e1c53215
commit b6db058b96

View file

@ -30,6 +30,6 @@ class DeleteDomains
public function handle()
{
$this->tenant->domains()->delete();
$this->tenant->domains->delete();
}
}