shoppingmallv2 init...

This commit is contained in:
최준흠 2023-08-08 10:51:00 +09:00
parent dcbdfa6d4e
commit 315cbb941b

View File

@ -24,7 +24,7 @@ abstract class BaseEntity extends Entity
}
$files = explode(DEFAULTS['DELIMITER_FILE'], $this->attributes[$field]);
return anchor(
current_url() . "download/{$field}/{$this->getPrimaryKey()}",
current_url() . "/download/{$field}/{$this->getPrimaryKey()}",
ICONS['IMAGE_FILE'] . $files[0],
["target" => "_self"]
);