Skip to content

Commit e290c61

Browse files
committed
Correctly created MaestroNotificationHandler
1 parent f0ee398 commit e290c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/os2forms_forloeb/src/Plugin/WebformHandler/MaestroNotificationHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ final class MaestroNotificationHandler extends WebformHandlerBase {
4949
* {@inheritdoc}
5050
*/
5151
public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) {
52-
$instance = new static($configuration, $plugin_id, $plugin_definition);
52+
$instance = parent::create($container, $configuration, $plugin_id, $plugin_definition);
5353

5454
$instance->loggerFactory = $container->get('logger.factory');
5555
$instance->configFactory = $container->get('config.factory');

0 commit comments

Comments
 (0)