Skip to content

Commit

Permalink
constant fix
Browse files Browse the repository at this point in the history
  • Loading branch information
monurakkaya committed Aug 8, 2021
1 parent 4b1d76d commit 9ce52c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Models/Catalog/Product/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function product()

public function getFullUrl()
{
return DIR_CATALOG.$this->image;
return HTTPS_CATALOG.$this->image;
}

//ocmod
Expand Down

0 comments on commit 9ce52c5

Please sign in to comment.