File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -54,17 +54,17 @@ public function handle(): int
5454
5555 // Chunk and push to queue
5656 $ sites ->chunkById (
57- 100 ,
58- function (Collection $ chunk ) use ($ targetVersion ) {
59- // Show progress
60- $ this ->output ->write ('. ' );
57+ 100 ,
58+ function (Collection $ chunk ) use ($ targetVersion ) {
59+ // Show progress
60+ $ this ->output ->write ('. ' );
6161
62- $ this ->totalPushed += $ chunk ->count ();
62+ $ this ->totalPushed += $ chunk ->count ();
6363
64- // Push each site check to queue
65- $ chunk ->each (fn ($ site ) => UpdateSite::dispatch ($ site , $ targetVersion ));
66- }
67- );
64+ // Push each site check to queue
65+ $ chunk ->each (fn ($ site ) => UpdateSite::dispatch ($ site , $ targetVersion ));
66+ }
67+ );
6868
6969 // Result
7070 $ this ->output ->writeln ("" );
You can’t perform that action at this time.
0 commit comments