From 3ab6ee51b92202ec5d68324af87f8429fdfb1960 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Thu, 4 Jul 2024 14:02:35 +0200
Subject: [PATCH] add type declarations

---
 public_html/classes/render-adminlte.class.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public_html/classes/render-adminlte.class.php b/public_html/classes/render-adminlte.class.php
index d03aa7b..83cf626 100755
--- a/public_html/classes/render-adminlte.class.php
+++ b/public_html/classes/render-adminlte.class.php
@@ -26,6 +26,7 @@ require_once 'htmlelements.class.php';
  * 2024-05-03  <axel.hahn@unibe.ch>  add line in sidebar menu; add getFormSelect
  * 2024-05-10  <axel.hahn@unibe.ch>  add support for bootstrap-select in getFormSelect
  * 2024-05-18  <axel.hahn@unibe.ch>  add variable types
+ * 2024-07-04  <axel.hahn@unibe.ch>  added type declarations
  * ======================================================================
  */
 class renderadminlte
-- 
GitLab