Replace the line:
with the following one:
return implode('/', [$this->context->getBaseUrl(), $this->getModule(), $this->getMiscPath()]) . $this->getFilePath();
Replace the line:
with the following one:
return implode('/', [$this->context->getBaseUrl(), $this->getModule(), $this->getMiscPath()]) . $this->getFilePath();
See also: