Skip to content

Commit 958be49

Browse files
author
Bertrand Dunogier
committed
fixup! Prototyped named types
1 parent 5b1f7ab commit 958be49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/DependencyInjection/EzSystemsEzPlatformQueryFieldTypeExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ private function handleNamedTypes(ContainerBuilder $container)
116116
// @todo validate name syntax
117117
$fieldTypeIdentifier = 'ezcontentquery_' . $name;
118118

119-
// tag the query field type service the identifier
120119
$this->defineFieldTypeService($container, $fieldTypeIdentifier, $config);
121120
$this->tagFieldTypeConverter($container, $fieldTypeIdentifier);
122121
$this->tagFieldTypeFormMapper($container, $config, $fieldTypeIdentifier);

0 commit comments

Comments
 (0)