From e0ff168cf3bacbb2a61f2b0e2b313120f4fac923 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Mon, 21 Oct 2024 14:20:05 +0100 Subject: [PATCH] Utils::toAscii() should be static --- system/src/Grav/Common/Utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/src/Grav/Common/Utils.php b/system/src/Grav/Common/Utils.php index c01275423..582fe5e3d 100644 --- a/system/src/Grav/Common/Utils.php +++ b/system/src/Grav/Common/Utils.php @@ -1888,7 +1888,7 @@ abstract class Utils return $string; } - public function toAscii(String $string): String + public static function toAscii(String $string): String { return strtr(utf8_decode($string), utf8_decode(