Skip to content

Commit 098f4b5

Browse files
authored
Merge pull request #224 from gamaos21/patch-1
Update form-data.md
2 parents 075216d + 9335f2e commit 098f4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/form-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class AppBundle extends Bundle
102102
$container->addCompilerPass(new class implements CompilerPassInterface {
103103
public function process(ContainerBuilder $container) {
104104
$container
105-
->findDefinition('api_platform.listener.request.deserialize');
105+
->findDefinition('api_platform.listener.request.deserialize')
106106
->clearTags();
107107
}
108108
});

0 commit comments

Comments
 (0)