Skip to content

Commit

Permalink
Improve comments in Main.
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Jan 10, 2025
1 parent 2de7dc2 commit fcffbd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/php/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -1303,17 +1303,17 @@ public function load_modules(): void {
'tutor/tutor.php',
Tutor\Checkout::class,
],
'Tutor LMS Login' => [
'Tutor Login' => [
[ 'tutor_status', 'login' ],
'tutor/tutor.php',
Tutor\Login::class,
],
'Tutor LMS LostPassword' => [
'Tutor LostPassword' => [
[ 'tutor_status', 'lost_pass' ],
'tutor/tutor.php',
Tutor\LostPassword::class,
],
'Tutor LMS Register' => [
'Tutor Register' => [
[ 'tutor_status', 'register' ],
'tutor/tutor.php',
Tutor\Register::class,
Expand Down

0 comments on commit fcffbd0

Please sign in to comment.