fix tests

This commit is contained in:
Dennis Eichhorn 2024-05-18 00:12:37 +00:00
parent 0f65d38ba5
commit b2f4d14eaf
2 changed files with 0 additions and 17 deletions

View File

@ -14,5 +14,3 @@ declare(strict_types=1);
echo $this->data['nav']->render();
?>
Settings

View File

@ -1,15 +0,0 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Template
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
echo $this->data['nav']->render();