diff --git a/src/SwiftAdapter.php b/src/SwiftAdapter.php index 6741cca..23014ad 100644 --- a/src/SwiftAdapter.php +++ b/src/SwiftAdapter.php @@ -35,6 +35,8 @@ public function __construct(Container $container, $prefix = '', $url = '') */ public function getUrl($path) { + $path = $this->prefixer->prefixPath($path); + if ($this->url) { return "{$this->url}/{$path}"; }