Arcanedev\Localization\LocalizationServiceProvider::getBasePath PHP 메소드

getBasePath() 공개 메소드

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