Upgrade to 3.1.0
This commit is contained in:
@@ -53,6 +53,7 @@ trait AppTranslations
|
||||
* Load and set the current language if it exists
|
||||
* Otherwise fall back to the default language
|
||||
*
|
||||
* @internal
|
||||
* @param string $languageCode
|
||||
* @return Language|null
|
||||
*/
|
||||
@@ -79,6 +80,7 @@ trait AppTranslations
|
||||
/**
|
||||
* Set the current translation
|
||||
*
|
||||
* @internal
|
||||
* @param string $translationCode
|
||||
* @return void
|
||||
*/
|
||||
@@ -90,6 +92,7 @@ trait AppTranslations
|
||||
/**
|
||||
* Set locale settings
|
||||
*
|
||||
* @internal
|
||||
* @param string|array $locale
|
||||
*/
|
||||
public function setLocale($locale)
|
||||
|
Reference in New Issue
Block a user