language::path PHP Method

path() private static method

private static path ( $file )
    private static function path($file)
    {
        $language = Config::app('language', 'en_GB');
        return APP . 'language/' . $language . '/' . $file . '.php';
    }