Skip to content

Commit 3671521

Browse files
committed
fix stan
1 parent 07ad796 commit 3671521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Console/Commands/QueueUpdates.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function handle(): int
4646
);
4747

4848
// Query the amount of sites to be updated
49-
$updateCount = $this->ask('How many updates will be pushed? - Use 0 for "ALL"', 100);
49+
$updateCount = (int) $this->ask('How many updates will be pushed? - Use 0 for "ALL"', "100");
5050

5151
if ($updateCount > 0) {
5252
$sites->limit($updateCount);

0 commit comments

Comments
 (0)