Skip to content

Commit ff4bf94

Browse files
committed
galeri için get by id eklendi.
1 parent d7645cc commit ff4bf94

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/SystemApi/Site/Galleries.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ public function items($data)
99
return $this->c->backend->get('/site/galleries/items', $data);
1010
}
1111

12+
public function getById($id)
13+
{
14+
return $this->c->backend->get('/site/galleries/get-by-id/' . $id);
15+
}
16+
1217
public function contents($data)
1318
{
1419
return $this->c->backend->get('/site/galleries/contents', $data);

0 commit comments

Comments
 (0)