Automation init...3

This commit is contained in:
최준흠 2024-09-14 19:58:56 +09:00
parent 19ef055cf4
commit 4cd11024f1

View File

@ -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",