Skip to content

Commit b9d0e85

Browse files
committed
fix: rimozione funzione deprecata Carbon
1 parent 298dcc9 commit b9d0e85

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Translator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ public function setLocale($locale, $formatter = [])
105105

106106
if (empty($result)) {
107107
$result = setlocale(LC_TIME, $locale.'.UTF-8');
108-
} else {
109-
Carbon::setUtf8(true);
110108
}
111109

112110
$reduced = explode('_', $locale)[0];

0 commit comments

Comments
 (0)