Skip to content

Commit

Permalink
Repair bug in events
Browse files Browse the repository at this point in the history
  • Loading branch information
Hubert Krzysztofiak committed Mar 24, 2022
1 parent 7d14d39 commit 248fb69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Consultations/CommonConsultationVariables.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace EscolaLms\TemplatesEmail\Consultations;

use EscolaLms\Consultations\Models\ConsultationTerm;
use EscolaLms\Consultations\Models\ConsultationUserPivot;
use EscolaLms\Core\Models\User;
use EscolaLms\Templates\Events\EventWrapper;
use EscolaLms\TemplatesEmail\Core\EmailVariables;
Expand Down Expand Up @@ -55,6 +55,6 @@ public static function requiredVariablesInSection(string $sectionKey): array

public static function assignableClass(): ?string
{
return ConsultationTerm::class;
return ConsultationUserPivot::class;
}
}

0 comments on commit 248fb69

Please sign in to comment.