Skip to content

Commit c92efb8

Browse files
authored
comment unused class and register missing one (#193)
Signed-off-by: romanetar <roman_ag@hotmail.com>
1 parent 0af36ff commit c92efb8

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

app/Jobs/Emails/EmailTemplatesSchemaSerializerRegistry.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
use App\Jobs\Emails\BookableRooms\BookableRoomReservationRefundRequestedOwnerEmail;
2323
use App\Jobs\Emails\Elections\NominationEmail;
2424
use App\Jobs\Emails\PresentationSelections\PresentationCategoryChangeRequestCreatedEmail;
25+
use App\Jobs\Emails\PresentationSelections\PresentationCategoryChangeRequestResolvedEmail;
2526
use App\Jobs\Emails\PresentationSubmissions\ImportEventSpeakerEmail;
2627
use App\Jobs\Emails\PresentationSubmissions\Invitations\InviteSubmissionEmail;
2728
use App\Jobs\Emails\PresentationSubmissions\Invitations\ReInviteSubmissionEmail;
@@ -115,6 +116,7 @@ private function __construct()
115116
//Presentation Selections
116117

117118
$this->registry[PresentationCategoryChangeRequestCreatedEmail::EVENT_SLUG] = PresentationCategoryChangeRequestCreatedEmail::class;
119+
$this->registry[PresentationCategoryChangeRequestResolvedEmail::EVENT_SLUG] = PresentationCategoryChangeRequestResolvedEmail::class;
118120

119121
//Presentation Submissions
120122

app/Jobs/Emails/PresentationSelections/SpeakerEmail.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
**/
1515
use App\Jobs\Emails\AbstractEmailJob;
1616

17+
// TODO: Remove this job as it's not triggered anywhere.
18+
1719
/**
1820
* Class SpeakerEmail
1921
* @package App\Jobs\Emails\PresentationSelections

0 commit comments

Comments
 (0)