fix tests

This commit is contained in:
Dennis Eichhorn 2022-10-08 21:35:00 +02:00
parent 24ab98c2dd
commit 0844b21168
2 changed files with 4 additions and 3 deletions

View File

@ -201,7 +201,7 @@ echo $this->getData('nav')->render();
}
}'></canvas>
<div class="more-container">
<input id="more-customer-sales" type="checkbox">
<input id="more-customer-sales" type="checkbox" name="more-container">
<label for="more-customer-sales">
<span>Data</span>
<i class="fa fa-chevron-right expand"></i>
@ -325,7 +325,7 @@ echo $this->getData('nav')->render();
}
}'></canvas>
<div class="more-container">
<input id="more-customer-sales-annual" type="checkbox">
<input id="more-customer-sales-annual" type="checkbox" name="more-container">
<label for="more-customer-sales-annual">
<span>Data</span>
<i class="fa fa-chevron-right expand"></i>

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
// Modules/tests