Add display picture support and error code refactor

This commit is contained in:
netkas 2024-12-24 15:05:35 -05:00
parent 85bdff7d3c
commit 738f8a455c
7 changed files with 523 additions and 286 deletions

View file

@ -37,7 +37,7 @@
*/
public function getUserDisplayImagesPath(): string
{
return $this->userDisplayImagesPath;
return $this->path . DIRECTORY_SEPARATOR . $this->userDisplayImagesPath;
}
/**