fix gitlab tests
This commit is contained in:
@@ -13,7 +13,7 @@ class NotificationReadService
|
||||
->where('notification_id', $notificationId)
|
||||
->first();
|
||||
|
||||
if (! $row) {
|
||||
if (!$row) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user