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 ec9ea33 commit f7c7065Copy full SHA for f7c7065
app/Console/Commands/BackfillIdenticons.php
@@ -33,6 +33,7 @@ public function handle()
33
->chunk(100, function ($users) use (&$i) {
34
foreach ($users as $user) {
35
UpdateUserIdenticonStatus::dispatch($user);
36
+
37
$i++;
38
}
39
0 commit comments