diff --git a/src/Entity/Brand.php b/src/Entity/Brand.php index 1dbbf0d..7f8489e 100644 --- a/src/Entity/Brand.php +++ b/src/Entity/Brand.php @@ -65,7 +65,7 @@ class Brand return ''; } - return $this->settings->getMySkillDisplayUrl() . '/' . $mediaUrl; + return $this->settings->getAPIUrl() . '/' . $mediaUrl; } // In order to support frameworks / APIs that expect "getter". diff --git a/src/Entity/SkillSet.php b/src/Entity/SkillSet.php index 7e79c36..e9a0293 100644 --- a/src/Entity/SkillSet.php +++ b/src/Entity/SkillSet.php @@ -86,7 +86,7 @@ class SkillSet return ''; } - return $this->settings->getMySkillDisplayUrl() . '/' . $mediaUrl; + return $this->settings->getAPIUrl() . '/' . $mediaUrl; } /**