diff --git a/src/Utility.php b/src/Utility.php index 79ef3f5..f4fc635 100644 --- a/src/Utility.php +++ b/src/Utility.php @@ -78,7 +78,7 @@ public static function getUrl(string $url = NULL, string $langcode = NULL) : str * The path prefix based on multilingual settings. Defaults to '/'. */ public static function getPathPrefix(string $langcode = NULL) : string { - + // Always start with a slash. $prefix = '/';