Skip to content

Commit ee0f392

Browse files
committed
ViMbAdminSubscriber: woops
1 parent fc26ded commit ee0f392

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
@@ -333,7 +333,7 @@ public function onUserEmailChanged(UserEmailChanged $event)
333333
continue;
334334
}
335335

336-
if (empty($event->role->getEmail())) {
336+
if (empty($role->getEmail())) {
337337
continue;
338338
}
339339

0 commit comments

Comments
 (0)