Skip to content

Commit

Permalink
Fix NotificationsTable parameter definition (NOJIRA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Jul 22, 2025
1 parent 4967d62 commit ca03e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Model/Table/NotificationsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ public function resolve(
public function resolveFromSource(
mixed $source,
string $resolution=NotificationStatusEnum::Resolved,
?int $resolverPersonId,
?int $resolverPersonId=null,
) {
$sourceUrl = $source;

Expand Down

0 comments on commit ca03e96

Please sign in to comment.