From 4c7bde1400820f36caf8b2a5374007384c3018f3 Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 9 Dec 2024 21:31:54 +0000 Subject: rename to Digitigrade / PawPub :3 --- WpfTest/Model/NoteAttachment.php | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 WpfTest/Model/NoteAttachment.php (limited to 'WpfTest/Model/NoteAttachment.php') diff --git a/WpfTest/Model/NoteAttachment.php b/WpfTest/Model/NoteAttachment.php deleted file mode 100644 index 16947c5..0000000 --- a/WpfTest/Model/NoteAttachment.php +++ /dev/null @@ -1,23 +0,0 @@ -noteId = $id; - } - - protected function getUpdateWhereClause($db): ?string { - if (self::findWhere('note_id = ?', [$this->noteId]) != null) { - return "note_id = $this->noteId"; - } - return null; - } -} \ No newline at end of file -- cgit v1.3