Skip to content

Commit 8b9761e

Browse files
authored
Merge pull request #623 from AaronJackson/vimbadmin-user-email-change
ViMbAdmin: Fix undefined $role on userEmailChanged
2 parents 8c2385c + 29b997a commit 8b9761e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Listeners/ViMbAdminSubscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ public function onUserEmailChanged(UserEmailChanged $event)
329329
continue;
330330
}
331331

332-
if (! $event->role->isEmailSyncForwarding()) {
332+
if (! $role->isEmailSyncForwarding()) {
333333
continue;
334334
}
335335

0 commit comments

Comments
 (0)