Skip to content

Commit

Permalink
fix(Bookmark): Set missing default values for omittable fields
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Oct 6, 2024
1 parent faa9835 commit fdc8090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Db/Bookmark.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
*/
class Bookmark extends Entity {
protected $url;
protected $title;
protected $title = '';
protected $userId;
protected $description;
protected $description = '';
protected $public;
protected $added;
protected $lastmodified;
Expand Down

0 comments on commit fdc8090

Please sign in to comment.