Add permission service
This commit is contained in:
@@ -68,7 +68,7 @@ class BoardService {
|
||||
}
|
||||
|
||||
public function find($boardId) {
|
||||
$board = $this->boardMapper->find($boardId);
|
||||
$board = $this->boardMapper->find($boardId, true, true);
|
||||
return $board;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user