summaryrefslogtreecommitdiffstats
path: root/lib/Db/NewsMapperV2.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/NewsMapperV2.php')
-rw-r--r--lib/Db/NewsMapperV2.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/Db/NewsMapperV2.php b/lib/Db/NewsMapperV2.php
index cbfb84fde..708ef4f73 100644
--- a/lib/Db/NewsMapperV2.php
+++ b/lib/Db/NewsMapperV2.php
@@ -28,7 +28,12 @@ use OCP\AppFramework\Db\Entity;
*/
abstract class NewsMapperV2 extends QBMapper
{
- const TABLE_NAME = '';
+ /**
+ * Name of the table
+ *
+ * @var ?string
+ */
+ const TABLE_NAME = null;
/**
* @var Time