From 9ce52c5d2c23c0b8376f19ec79a0f3e711d8b8d3 Mon Sep 17 00:00:00 2001 From: Mehmet Onur Akkaya Date: Sun, 8 Aug 2021 17:15:17 +0300 Subject: [PATCH] constant fix --- src/app/Models/Catalog/Product/Image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/Models/Catalog/Product/Image.php b/src/app/Models/Catalog/Product/Image.php index 648f784..57e4138 100644 --- a/src/app/Models/Catalog/Product/Image.php +++ b/src/app/Models/Catalog/Product/Image.php @@ -17,7 +17,7 @@ public function product() public function getFullUrl() { - return DIR_CATALOG.$this->image; + return HTTPS_CATALOG.$this->image; } //ocmod