fix titles

This commit is contained in:
envoyr
2022-02-22 19:10:53 +01:00
parent 8f7876b850
commit 4af1dff6fd
3 changed files with 8 additions and 6 deletions

View File

@@ -44,6 +44,8 @@ class Listing
}
return [
'title' => $tabellisting['title'],
'icon' => $tabellisting['icon'],
'table' => $table,
'pagination' => null, // TODO: write some logic
];