mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 06:04:03 +00:00
Cast result to int
This commit is contained in:
parent
e0404622f0
commit
4b63aac42d
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ trait TenantAwareCommand
|
|||
|
||||
$exitCode = 0;
|
||||
foreach ($tenants as $tenant) {
|
||||
$result = $tenant->run(function () {
|
||||
$result = (int) $tenant->run(function () {
|
||||
return $this->laravel->call([$this, 'handle']);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue