Devise\Languages\LocaleDetector::update PHP Метод

update() публичный Метод

Updates the locale stored in this cookie
public update ( string $locale ) : string
$locale string
Результат string
    public function update($locale)
    {
        $this->Framework->Container->setLocale($locale);
        Cookie::forever($this->cookieKey, $locale);
    }