Automation init...2
This commit is contained in:
parent
2ab886919c
commit
6e500b9df6
@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user