Skip to content

Commit 5cbd8cd

Browse files
committedNov 19, 2024·
[BUGFIX] Add EventDispatcher to dependencies of AbstractCompiler
1 parent 21414a3 commit 5cbd8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Tests/Functional/Compiler/LanguageMenuCompilerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ protected function compileMenu(array $pageDataset, array $configuration = []): a
274274
$context,
275275
$cacheHelper,
276276
$menuRepository,
277-
$eventDispatcher
277+
$eventDispatcher,
278278
]
279279
)
280280
->getMock();

0 commit comments

Comments
 (0)
Please sign in to comment.