Skip to content

Commit

Permalink
issue #2131 Removed config.factory service extra in generate:form com…
Browse files Browse the repository at this point in the history
…mand (#2133)
  • Loading branch information
igasi authored and jmolivas committed Apr 12, 2016
1 parent 91b05de commit 9420413
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/module/src/Form/form.php.twig
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class {{ class_name }} extends FormBase {% endblock %}
{% if services is not empty %}
public static function create(ContainerInterface $container) {
return new static(
$container->get('config.factory'),
{{ serviceClassInjection(services) }}
);
}
Expand Down

0 comments on commit 9420413

Please sign in to comment.