chg: [helper:table] Make linter happy

3.x-ui-sharinggroups
Sami Mokaddem 2023-08-04 07:44:25 +02:00
parent 97723f9dc5
commit 442f3e419e
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,10 @@ class BootstrapTable extends BootstrapGeneric
'caption' => '',
'elementsRootPath' => '/genericElements/SingleViews/Fields/',
];
private $fields = [];
private $items = [];
private $caption = [];
private $btHelper = [];
function __construct(array $options, array $data, BootstrapHelper $btHelper)
{