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

Update DeleteDomains.php

This commit is contained in:
Abrar Ahmad 2022-07-20 13:10:18 +05:00
parent b6db058b96
commit f0c3943175

View file

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