diff --git a/lib/Event/AAclEvent.php b/lib/Event/AAclEvent.php index c052bc490..f7107fe1c 100644 --- a/lib/Event/AAclEvent.php +++ b/lib/Event/AAclEvent.php @@ -41,4 +41,8 @@ abstract class AAclEvent extends Event { public function getAcl(): Acl { return $this->acl; } + + public function getBoardId(): int { + return $this->acl->getBoardId(); + } }