From 1138f25e9c6cef7560fb8087768d577efcaec07b Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Fri, 26 Jul 2024 11:35:12 +0200 Subject: [PATCH] Simplify text --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index bf794787f..98d22b850 100644 --- a/config/app.php +++ b/config/app.php @@ -285,7 +285,7 @@ 'timezone' => 'UTC', /* - * For MariaDB/MySQL the internal default changed from utf8 to utf8mb4, aka full utf-8 support, in CakePHP 3.6 + * For MariaDB/MySQL the internal default changed from utf8 to utf8mb4, aka full utf-8 support */ //'encoding' => 'utf8mb4',