Skip to content

Commit 0362422

Browse files
authored
Fixed typ
1 parent c55e95e commit 0362422

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/EventSubscriber/TransitionEventSubscriber.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,4 @@ public function onWorkflowArticleTransition(TransitionEvent $event): void
2828

2929
$event->setContext($context);
3030
}
31-
32-
public static function getSubscribedEvents(): array
33-
{
34-
return [
35-
TransitionEvent::class => 'onWorkflowArticleTransition',
36-
];
37-
}
3831
}

0 commit comments

Comments
 (0)