Skip to content

Commit

Permalink
pkp#10188 Convert Notes to an Eloquent model (pkp#10268)
Browse files Browse the repository at this point in the history
* pkp#10188 Convert Notes to an Eloquent model

* pkp#10188 review feedback for converting Notes to Eloquent

* pkp#10188 further review feedback for converting Notes to Eloquent
  • Loading branch information
kaitlinnewson authored and ipula committed Sep 10, 2024
1 parent e030795 commit 6370f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/submission/DAO.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,4 +305,4 @@ public function deleteById(int $id): int

return parent::deleteById($id);
}
}
}

0 comments on commit 6370f22

Please sign in to comment.