Skip to content

Commit

Permalink
Academy Transcript Rework - Part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonhasacat committed Jun 6, 2024
1 parent 66b4e8f commit 5f32987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Console/Commands/PopulateAcademyCourseEnrollments.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public function handle()
{
$academy_courses = AcademyCourse::orderBy("list_order", "ASC")->get();
foreach (User::where('flag_homecontroller', 1)->where('rating', '>', 0)->get() as $user) {
echo "Processing CID " . $user->cid . "\n";
try {
$uid = $this->moodle->getUserId($user->cid);
} catch (Exception $e) {
Expand Down

0 comments on commit 5f32987

Please sign in to comment.