Devise\Languages\LocaleDetector::universal PHP 메소드

universal() 공개 메소드

Get the universal locale set by developer and laravel
public universal ( ) : string
리턴 string
    public function universal()
    {
        return $this->Framework->Config->get('app.locale');
    }