We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ad796 commit 3671521Copy full SHA for 3671521
app/Console/Commands/QueueUpdates.php
@@ -46,7 +46,7 @@ public function handle(): int
46
);
47
48
// Query the amount of sites to be updated
49
- $updateCount = $this->ask('How many updates will be pushed? - Use 0 for "ALL"', 100);
+ $updateCount = (int) $this->ask('How many updates will be pushed? - Use 0 for "ALL"', "100");
50
51
if ($updateCount > 0) {
52
$sites->limit($updateCount);
0 commit comments