Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / templates / module / src / Plugin / skeleton.php.twig
index ccf2caf2fe3f9dfb6cbc89439577ca7e8f835dfd..5bce614ab9d852481cd82afb496aaaa2b0dd9d89 100644 (file)
@@ -54,7 +54,7 @@ class {{class_name}} implements {% if plugin_interface is not empty %} {{ plugin
         $plugin_definition,
         {{ servicesAsParameters(services)|join(', \n\t') }}
   ) {
-    parent::__cons truct($configuration, $plugin_id, $plugin_definition);
+    parent::__construct($configuration, $plugin_id, $plugin_definition);
 {{ serviceClassInitialization(services) }}
   }
 {% endif %}