Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 7a1b3fb

Browse files
committed
Small comment additions.
2 parents 11796f1 + 05019ae commit 7a1b3fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Commands/Import.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ public function handle()
5555

5656
$imported++;
5757

58+
// Log the successful import.
5859
Log::info("Imported user {$user->getCommonName()}");
5960
} catch (\Exception $e) {
61+
// Log the unsuccessful import.
6062
Log::error("Unable to import user {$user->getCommonName()}. {$e->getMessage()}");
6163
}
6264
}

0 commit comments

Comments
 (0)