Arcanedev\Localization\Bases\Middleware::isDefaultLocaleHidden PHP 메소드

isDefaultLocaleHidden() 보호된 메소드

Check is default locale hidden.
protected isDefaultLocaleHidden ( string | null $locale ) : boolean
$locale string | null
리턴 boolean
    protected function isDefaultLocaleHidden($locale)
    {
        return $this->getDefaultLocale() === $locale && $this->hideDefaultLocaleInURL();
    }