Fix broken opt-in notifications

This commit is contained in:
2022-02-11 00:51:16 +00:00
parent 025f69f622
commit 294c678283
157 changed files with 39 additions and 18 deletions

View File

@@ -48,7 +48,7 @@ class NewComment extends Notification implements ShouldQueue
public function optOut($notifiable)
{
return Options::getOption('notify_application_comment') !== 1;
return Options::getOption('notify_application_comment') != 1;
}
/**