Skip to content

Commit

Permalink
Update MessageNotification.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgatasci authored Mar 17, 2021
1 parent 8b999a3 commit cc40edb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Models/MessageNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ public static function createCustomNotifications($message, $conversation)
self::insert($notification);
$i = 0;
$notification = [];
}
}
}

self::insert($notification);
}

Expand Down

0 comments on commit cc40edb

Please sign in to comment.