committed by
Julius Härtl
parent
bf9a51d167
commit
9f1dbd137c
@@ -746,12 +746,6 @@ class BoardService {
|
||||
$this->boardsCache = null;
|
||||
}
|
||||
|
||||
private function getBoardOwner($boardId) {
|
||||
$board = $this->boardMapper->find($boardId);
|
||||
|
||||
return $board->getOwner();
|
||||
}
|
||||
|
||||
/**
|
||||
* Clean a given board data from the Cache
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user