Skip to content

Commit

Permalink
WIP: avoid deprecated Discourse API call
Browse files Browse the repository at this point in the history
  • Loading branch information
edwh committed Aug 9, 2021
1 parent 9015fa2 commit f9c18f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Services/DiscourseService.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public function getAllUsers() {
sleep(1);
} else {
$allUsers[] = $discourseResult;
$this->info('...got ' . count($allUsers) . " so far");
Log::info('...got ' . count($allUsers) . " so far");
}
} while ($limited);
}
Expand Down

0 comments on commit f9c18f9

Please sign in to comment.