Skip to content

Commit

Permalink
Merge pull request #23 from EscolaLMS/fix/WC-7
Browse files Browse the repository at this point in the history
Fix/wc 7
  • Loading branch information
pa-cholek authored Jan 27, 2022
2 parents 6eb65d4 + d485c17 commit d214842
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Providers/AuthTemplatesServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public function boot()
Template::register(AccountConfirmed::class, EmailChannel::class, AccountConfirmedVariables::class);
Template::register(UserAddedToGroup::class, EmailChannel::class, UserAddedToGroupVariables::class);
Template::register(UserRemovedFromGroup::class, EmailChannel::class, UserRemovedFromGroupVariables::class);
Template::register(ResetPassword::class, EmailChannel::class, ResetPasswordVariables::class);
Template::register(PasswordChanged::class, EmailChannel::class, PasswordChangedVariables::class);
Template::register(Login::class, EmailChannel::class, VerifyEmailVariables::class);
Template::register(AccountMustBeEnableByAdmin::class, EmailChannel::class, VerifyUserAccountVariables::class);
Expand Down

0 comments on commit d214842

Please sign in to comment.