From 4cd11024f114e3722a584a71bc2811135eb0387e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Sat, 14 Sep 2024 19:58:56 +0900 Subject: [PATCH] Automation init...3 --- app/Libraries/MyStorage/Mangboard/FileLibrary.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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",