From faabc462d3080cac67687f450135a078731fb3d1 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 1 Feb 2025 10:02:14 +0200 Subject: feat: Rework models methods to be more object-oriented where applicable --- models/archivelist.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'models/archivelist.php') diff --git a/models/archivelist.php b/models/archivelist.php index 75bee1f..779365e 100644 --- a/models/archivelist.php +++ b/models/archivelist.php @@ -23,14 +23,6 @@ class ArchiveList extends Table { ); } - static function allListsByUser(int $UID) : array { - return Table::_get_all( - 'ArchiveLists', - 'Database\ArchiveList', - "WHERE AuthorUID = \"$UID\"" - ); - } - function addItem(int $WID) { Table::_create( 'ArchiveListsWebpages', -- cgit v1.2.3