Skip to content

Commit e448c4d

Browse files
committed
Remove list method from ModelInterface
1 parent f84a31f commit e448c4d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/ModelInterface.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,4 @@ public function update(int | string $id, array | Entity | stdClass $data) : fals
6262
* deleted
6363
*/
6464
public function delete(int | string $id) : false | int | string;
65-
66-
/**
67-
* List items, optionally with limit and offset.
68-
*
69-
* @param int|null $limit
70-
* @param int|null $offset
71-
*
72-
* @since 3.6
73-
*
74-
* @return array<int,array<mixed>|Entity|stdClass>
75-
*/
76-
public function list(int $limit = null, int $offset = null) : array;
7765
}

0 commit comments

Comments
 (0)