Enable email test

This commit is contained in:
Deon George
2022-06-13 20:55:39 +10:00
parent 642446e592
commit 8777024cd8
2 changed files with 6 additions and 4 deletions

View File

@@ -50,7 +50,6 @@ class ServiceList extends Command
));
foreach (Service::withoutGlobalScope(\App\Models\Scopes\SiteScope::class)->with(['site'])->cursor() as $o) {
//dd($o,$o->site);
if ((! $this->option('inactive')) AND ! $o->isActive())
continue;