1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 18:34:04 +00:00

Update CreatePendingTenants.php

This commit is contained in:
j.stein 2022-02-12 11:56:18 +01:00
parent 500b2538fc
commit 30b49a9d25

View file

@ -47,7 +47,7 @@ class CreatePendingTenants extends Command
$this->info("$deployedCount tenants deployed, $pendingObjectifCount tenant(s) are ready to be used."); $this->info("$deployedCount tenants deployed, $pendingObjectifCount tenant(s) are ready to be used.");
return self::SUCCESS; return 1;
} }
/** /**