Arcanedev\Localization\LocalizationServiceProvider::getBasePath PHP Method

getBasePath() public method

Get the base path of the package.
public getBasePath ( ) : string
return string
    public function getBasePath()
    {
        return dirname(__DIR__);
    }