From b70f9e443b60305c16280a9a3cc1a19520742217 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 17 Sep 2022 04:36:11 +0200 Subject: [PATCH] Continued: - fixed wrong namespace - updated 'core' framework --- application/city/class_ApplicationHelper.php | 2 +- core | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/city/class_ApplicationHelper.php b/application/city/class_ApplicationHelper.php index b89c7af..4ccd98d 100644 --- a/application/city/class_ApplicationHelper.php +++ b/application/city/class_ApplicationHelper.php @@ -10,7 +10,7 @@ use Org\Mxchange\CoreFramework\Loader\ClassLoader; use Org\Mxchange\CoreFramework\Manager\ManageableApplication; use Org\Mxchange\CoreFramework\Registry\Registerable; use Org\Mxchange\CoreFramework\Template\CompileableTemplate; -use Org\Mxchange\CoreFramework\Utils\String\StringUtils; +use Org\Mxchange\CoreFramework\Utils\Strings\StringUtils; /** * A class holding general data about the application and some methods for diff --git a/core b/core index 335a72f..cef490a 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 335a72fec3b93b9212c36575e2bf7fb676870051 +Subproject commit cef490aa082a79da16d3dd2b1951dd993c9eda08 -- 2.39.5