style: fix php-cs

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2023-08-11 19:49:01 +02:00
parent 63eb8cf350
commit 6891b80eb2
2 changed files with 0 additions and 2 deletions

View File

@@ -250,7 +250,6 @@ class BoardImportService {
$this->getImportSystem()->updateAcl($code, $acl);
} catch (\Exception $e) {
$this->addError('Failed to import acl rule for ' . $acl->getParticipant(), $e);
}
}
$this->getBoard()->setAcl($aclList);