mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 08:04:03 +00:00
clean
This commit is contained in:
parent
24f04c1328
commit
a8f416dc1a
5 changed files with 5 additions and 24 deletions
|
|
@ -47,7 +47,7 @@ class TenantList extends Command
|
|||
*/
|
||||
protected function domainsCli(Model $tenant): ?string
|
||||
{
|
||||
if (is_null($tenant->domains)){
|
||||
if (! $tenant->domains) {
|
||||
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue