Skip to content

Commit cf057d4

Browse files
Merge pull request #383 from Luuk-Meijer/process-node-object-public
Changed processNodeObject function to public to allow Plugin hook classes
2 parents a498ec0 + 87b0180 commit cf057d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Service/Menu/SaveRequestProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public function saveData(MenuInterface $menu, array $nodes = []): void
159159
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
160160
* @SuppressWarnings(PHPMD.NPathComplexity)
161161
*/
162-
private function processNodeObject(
162+
public function processNodeObject(
163163
NodeInterface $nodeObject,
164164
array $nodeData,
165165
MenuInterface $menu,

0 commit comments

Comments
 (0)