We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8674778 commit 4e574fcCopy full SHA for 4e574fc
src/Models/FmtLanguage.php
@@ -41,7 +41,7 @@ public static function getLanguages( $cache = true )
41
return $result;
42
}
43
44
- public static function getCurrentLanguage()
+ public static function getCurrentLanguage(): int
45
{
46
$locale = app()->getLocale();
47
if( Cache::has('fmt_lang_id_' . $locale ) ) {
0 commit comments