getContentLocale() public static method

public static getContentLocale ( ) : string
return string
Ejemplo n.º 1
0
function content_locale() : string
{
    return \App\Services\Locale\CurrentLocale::getContentLocale();
}