Skip to content
Snippets Groups Projects
Commit a3381f54 authored by Georgi's avatar Georgi
Browse files

[BUGFIX] Comment the Services.php declaration for the event listeners

parent 376dabf3
No related branches found
Tags 4.1.3
No related merge requests found
......@@ -59,6 +59,7 @@ return static function (ContainerConfigurator $containerConfigurator): void {
->tag('event.listener', ['event' => AfterBackendPageRenderEvent::class]);
// Uncomment the following code to try out the example EventListeners
/*
$services->set(BeforeVimeoCallEventListener::class)
->tag('event.listener', ['event' => BeforeVimeoCallEvent::class]);
$services->set(AfterVimeoCallEventListener::class)
......@@ -67,4 +68,5 @@ return static function (ContainerConfigurator $containerConfigurator): void {
->tag('event.listener', ['event' => AfterFilterVideosEvent::class]);
$services->set(AfterMapCustomThumbnailsEventListener::class)
->tag('event.listener', ['event' => AfterMapCustomThumbnailsEvent::class]);
*/
};
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