From 8aab55a1963fd783c485162541b5a7197c208f13 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 23 Mar 2013 19:45:23 +0100 Subject: [PATCH] small comment --- developer_manual/app/appframework/database.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/appframework/database.rst b/developer_manual/app/appframework/database.rst index bfb5c48c2..e81e20b4b 100644 --- a/developer_manual/app/appframework/database.rst +++ b/developer_manual/app/appframework/database.rst @@ -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 }