committed by
Julius Härtl
parent
691abb02d8
commit
9403fb1759
@@ -743,12 +743,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