mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:34:04 +00:00
Improve CreatePendingTenants success message
This commit is contained in:
parent
4b51323518
commit
1efbbcd02f
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ class CreatePendingTenants extends Command
|
||||||
$createdCount++;
|
$createdCount++;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->info($createdCount . ' ' . str('tenant')->plural($createdCount) . ' created.');
|
$this->info($createdCount . ' pending ' . str('tenant')->plural($createdCount) . ' created.');
|
||||||
$this->info($maxPendingTenantCount . ' ' . str('tenant')->plural($maxPendingTenantCount) . ' ready to be used.');
|
$this->info($maxPendingTenantCount . ' pending ' . str('tenant')->plural($maxPendingTenantCount) . ' ready to be used.');
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue