Skip to content

Commit

Permalink
Merge pull request #35 from EscolaLMS/feature/STAR-40
Browse files Browse the repository at this point in the history
Repair bug in events
  • Loading branch information
HerbertIV authored Mar 24, 2022
2 parents 622dcac + 248fb69 commit cd59bf5
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 cd59bf5

Please sign in to comment.