mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 00:04:03 +00:00
formatting
This commit is contained in:
parent
9978fefa77
commit
ddf0a40b53
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class TenantList extends Command
|
||||||
->each(function (Tenant $tenant) {
|
->each(function (Tenant $tenant) {
|
||||||
$this->line(
|
$this->line(
|
||||||
"[Tenant] id: {$tenant['id']}" .
|
"[Tenant] id: {$tenant['id']}" .
|
||||||
($tenant->domains ? " @ " . implode('; ', $tenant->domains->pluck('domain')->toArray() ?? []) : "")
|
($tenant->domains ? ' @ ' . implode('; ', $tenant->domains->pluck('domain')->toArray() ?? []) : '')
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue