diff options
Diffstat (limited to 'src/DTS/Bookmark.php')
| -rw-r--r-- | src/DTS/Bookmark.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/DTS/Bookmark.php b/src/DTS/Bookmark.php index 560fad4..543a552 100644 --- a/src/DTS/Bookmark.php +++ b/src/DTS/Bookmark.php @@ -17,14 +17,4 @@ class Bookmark public string $addedAt; public bool $unread; - - function __construct(string $id, string $url, string $title, string $tag, string $addedAt, bool $unread) - { - $this->id = $id; - $this->url = $url; - $this->title = $title; - $this->tag = $tag; - $this->addedAt = $addedAt; - $this->unread = $unread; - } } |
