improve billing

This commit is contained in:
Dennis Eichhorn 2021-02-20 21:19:43 +01:00
parent ef6932bbf6
commit 543733b9fa
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ class Comments
{
$builder = new Builder($dbPool->get('schema'));
$builder->alterTable('news')
->addConstraint('news_comment_list', 'comment_list', 'comment_list_id')
->addConstraint('news_comment_list', 'comments_list', 'comments_list_id')
->execute();
$mapper = \file_get_contents(__DIR__ . '/../../Models/NewsArticleMapper.php');

View File

@ -23,7 +23,7 @@
},
"providing": {
"Navigation": "*",
"Comment": "*"
"Comments": "*"
},
"load": [
{