This commit is contained in:
jitendra 2022-03-16 16:43:53 +05:30
parent 5770c86e8f
commit 744332bd5f
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
disabled="disabled"
@endif>
@foreach (core()->getCurrentChannel()->locales as $locale)
@foreach (core()->getCurrentChannel()->locales()->orderBy('name')->get() as $locale)
@if (isset($searchQuery) && $searchQuery)
<option
value="?{{ $searchQuery }}&locale={{ $locale->code }}"