Devise\Languages\LocaleDetector::update PHP Méthode

update() public méthode

Updates the locale stored in this cookie
public update ( string $locale ) : string
$locale string
Résultat string
    public function update($locale)
    {
        $this->Framework->Container->setLocale($locale);
        Cookie::forever($this->cookieKey, $locale);
    }