Caffeinated\Modules\Repositories\Repository::getPath PHP Method

getPath() public method

Get modules path.
public getPath ( ) : string
return string
    public function getPath()
    {
        return $this->path ?: $this->config->get('modules.path');
    }