mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
small comment
This commit is contained in:
@@ -60,7 +60,7 @@ All database queries for that object should be put into a mapper class. This fol
|
||||
|
||||
|
||||
public function __construct(API $api) {
|
||||
parent::__construct($api, 'news_feeds');
|
||||
parent::__construct($api, 'news_feeds'); // tablename is news_feeds
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user