From 6e500b9df608b90d695626c49f938b3e5571f23b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Sun, 8 Sep 2024 18:48:07 +0900 Subject: [PATCH] Automation init...2 --- app/Libraries/Mangboard/FileLibrary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Libraries/Mangboard/FileLibrary.php b/app/Libraries/Mangboard/FileLibrary.php index a1d05eb..0ce09c3 100644 --- a/app/Libraries/Mangboard/FileLibrary.php +++ b/app/Libraries/Mangboard/FileLibrary.php @@ -76,7 +76,7 @@ class FileLibrary extends ParentLibrary if ($this->_boardLevel === null) { throw new \Exception("BoardModel Level이 지정되지 않았습니다."); } - return $this->_boardLevel; + return intval($this->_boardLevel); } public function setBoardLevel(string $boardLevel): void {