Automation init...3

This commit is contained in:
최준흠 2024-09-15 16:45:31 +09:00
parent 32ef26d95f
commit ef35c6af21

View File

@ -21,7 +21,7 @@ class MangboardStorage extends FileStorage
} }
public function getUploadURL(): string public function getUploadURL(): string
{ {
return sprintf("/wp-content/%s", parent::getUploadURL()); return sprintf("/wp-content/%s/%s", parent::getUploadURL(), $this->getBasePath());
} }
public function getModel(): FileModel public function getModel(): FileModel
{ {