From 3e154f9c25df1f304c8be284807a38b0644687c9 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Wed, 26 Feb 2020 22:13:11 +0100 Subject: [PATCH] Re-add util class and mark it as deprecated This would be the only breaking change in beta.12. Let's stick to our backwards compatibility promise / intentions as much as possible, even if we assume the class has not been used anywhere. This BC layer will be removed again for beta.13. Refs #1975. --- framework/core/src/Util/Str.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 framework/core/src/Util/Str.php diff --git a/framework/core/src/Util/Str.php b/framework/core/src/Util/Str.php new file mode 100644 index 000000000..15870a156 --- /dev/null +++ b/framework/core/src/Util/Str.php @@ -0,0 +1,23 @@ +