Skip to content

Commit 0680c99

Browse files
committed
Update Translator.php
1 parent ed69c5c commit 0680c99

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/Illuminate/Translation/Translator.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,9 @@ protected function localeArray($locale)
456456
{
457457
$locales = array_filter([$locale ?: $this->locale, $this->fallback]);
458458

459-
$determined = call_user_func($this->determineLocalesUsing ?: fn () => $locales, $locales);
459+
$determined = call_user_func($this->determineLocalesUsing ?: fn () => $locales, $locales);
460+
461+
dd($determined);
460462

461463
return array_values(array_unique($determined));
462464
}

0 commit comments

Comments
 (0)