Skip to content

Commit

Permalink
refact: message cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken committed Jul 31, 2024
1 parent 07a850f commit fa2dab6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function deAttachFiles(mixed $rootValue, array $request): bool
continue;
}

if($fileEntity->softDelete()) {
if ($fileEntity->softDelete()) {
$i++;
}
}
Expand Down

0 comments on commit fa2dab6

Please sign in to comment.