Skip to content

Commit 039a2f1

Browse files
committed
<feature> Remove useless FormHelpExtension. Issue #165
1 parent 7fb8c8b commit 039a2f1

File tree

2 files changed

+0
-45
lines changed

2 files changed

+0
-45
lines changed

Form/FormHelpExtension.php

-39
This file was deleted.

Resources/config/services.yml

-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ parameters:
22
avanzu_admin_theme.exception_controller.class: Avanzu\AdminThemeBundle\Controller\ExceptionController
33
twig.controller.exception.class: Avanzu\AdminThemeBundle\Controller\ExceptionController
44
avanzu_admin_theme.extension.class: Avanzu\AdminThemeBundle\Twig\AvanzuAdminExtension
5-
avanzu_admin_theme.form.help_extension.class: Avanzu\AdminThemeBundle\Form\FormHelpExtension
65
avanzu_admin_theme.context_helper.class: Avanzu\AdminThemeBundle\Helper\ContextHelper
76
avanzu_admin_theme.admin_router.class: Avanzu\AdminThemeBundle\Routing\RouteAliasCollection
87
avanzu_admin_theme.theme_manager.class: Avanzu\AdminThemeBundle\Theme\ThemeManager
@@ -15,11 +14,6 @@ services:
1514
arguments:
1615
- "%avanzu_admin_theme.container.class%"
1716

18-
avanzu_admin_theme.form.help_extension:
19-
class: "%avanzu_admin_theme.form.help_extension.class%"
20-
tags:
21-
- { name: form.type_extension, extended_type: Symfony\Component\Form\Extension\Core\Type\FormType }
22-
2317
avanzu_admin_theme.admin_router:
2418
class: "%avanzu_admin_theme.admin_router.class%"
2519
arguments:

0 commit comments

Comments
 (0)