1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 08:04:03 +00:00
This commit is contained in:
j.stein 2022-10-09 23:33:08 -04:00
parent 24f04c1328
commit a8f416dc1a
5 changed files with 5 additions and 24 deletions

View file

@ -47,7 +47,7 @@ class TenantList extends Command
*/
protected function domainsCli(Model $tenant): ?string
{
if (is_null($tenant->domains)){
if (! $tenant->domains) {
return null;
}