Update forgotten column name

This commit is contained in:
Toby Zerner 2018-10-23 20:52:09 +10:30
parent ec991cb9d7
commit da5b3c26f4

View File

@ -72,7 +72,7 @@ class EmailConfirmationMailer
{
$user = $event->user;
if ($user->is_activated) {
if ($user->is_email_confirmed) {
return;
}