forked from wallabag/wallabag
Fixed #55 - export des données au format json
This commit is contained in:
@ -17,6 +17,10 @@ class Store {
|
||||
|
||||
}
|
||||
|
||||
public function retrieveAll() {
|
||||
|
||||
}
|
||||
|
||||
public function retrieveOneById($id) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user