Automation init...2

This commit is contained in:
최준흠 2024-09-08 18:48:07 +09:00
parent 2ab886919c
commit 6e500b9df6

View File

@ -76,7 +76,7 @@ class FileLibrary extends ParentLibrary
if ($this->_boardLevel === null) { if ($this->_boardLevel === null) {
throw new \Exception("BoardModel Level이 지정되지 않았습니다."); throw new \Exception("BoardModel Level이 지정되지 않았습니다.");
} }
return $this->_boardLevel; return intval($this->_boardLevel);
} }
public function setBoardLevel(string $boardLevel): void public function setBoardLevel(string $boardLevel): void
{ {