Skip to content
Snippets Groups Projects
Commit 94771bab authored by Luismi Gómez's avatar Luismi Gómez Committed by micropat
Browse files

Issue #3364406 by luismigg, dcimorra: The last comma in AddToAnySettingsForm...

Issue #3364406 by luismigg, dcimorra: The last comma in AddToAnySettingsForm (create method) is not necessary
parent 6314b9f6
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ class AddToAnySettingsForm extends ConfigFormBase {
$container->get('config.factory'),
$container->get('module_handler'),
$container->get('extension.list.module'),
$container->get('entity_type.bundle.info'),
$container->get('entity_type.bundle.info')
);
}
......
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