diff --git a/app/Libraries/MyStorage/Mangboard/FileLibrary.php b/app/Libraries/MyStorage/Mangboard/FileLibrary.php index 63052a2..e9e4e46 100644 --- a/app/Libraries/MyStorage/Mangboard/FileLibrary.php +++ b/app/Libraries/MyStorage/Mangboard/FileLibrary.php @@ -82,7 +82,7 @@ class FileLibrary extends MyStorageLibrary )); return $content; } - public function createByBoardLibrary(BoardEntity $board_entity, int $cnt, array $listInfos): FileEntity + public function createByBoardLibrary(BoardEntity $board_entity, int $cnt, array $listInfos): void { try { //파일관리 table에 등록 @@ -110,7 +110,6 @@ class FileLibrary extends MyStorageLibrary __FUNCTION__, $this->getOriginSequence() )); - return $entity; } catch (\Exception $e) { log_message("notice", sprintf( "\n---%s 게시물 %s번째[%s]의 %s번째용 파일 등록 오류---\n%s\n--------------------------------\n",