From f55919dfc96ef6dbc6adf31d7006cc9aabb5bcc6 Mon Sep 17 00:00:00 2001 From: Ibrahim Date: Mon, 16 Dec 2024 12:13:02 +0300 Subject: [PATCH] Update App.php --- webfiori/framework/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webfiori/framework/App.php b/webfiori/framework/App.php index 64abbfd0..9be2ad6b 100644 --- a/webfiori/framework/App.php +++ b/webfiori/framework/App.php @@ -617,7 +617,7 @@ private static function initAutoLoader() { } self::call(APP_DIR.'\ini\InitAutoLoad::init'); } - private static function initFrameworkVersionInfo() { + public static function initFrameworkVersionInfo() { /** * A constant that represents version number of the framework. *