Skip to content

Commit 4e574fc

Browse files
committed
upd3
1 parent 8674778 commit 4e574fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/FmtLanguage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static function getLanguages( $cache = true )
4141
return $result;
4242
}
4343

44-
public static function getCurrentLanguage()
44+
public static function getCurrentLanguage(): int
4545
{
4646
$locale = app()->getLocale();
4747
if( Cache::has('fmt_lang_id_' . $locale ) ) {

0 commit comments

Comments
 (0)