Jenssegers\Date\DateServiceProvider::setLocale PHP Метод

setLocale() защищенный Метод

Set the locale.
protected setLocale ( )
    protected function setLocale()
    {
        $locale = $this->app['translator']->getLocale();
        Date::setLocale($locale);
    }