Skip to content
Snippets Groups Projects
Commit 63096c7b authored by Liam Morland's avatar Liam Morland
Browse files

Issue #3274842: Remove unnecessary brackets from $this->moduleHandler

Fixes issue from 686fd3b4.
parent cd2ebdf7
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ class HandlePdfController extends ControllerBase {
* The FillPDF context to alter.
*/
public function alterContext(array &$context): void {
$this->moduleHandler()->alter('fillpdf_populate_pdf_context', $context);
$this->moduleHandler->alter('fillpdf_populate_pdf_context', $context);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment