Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pawbuj committed Jun 25, 2019
1 parent 5a7719f commit 8764cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Twig/FieldEditRenderingExtension.php
Expand Up @@ -36,7 +36,7 @@ public function getFunctions()
{
return array(
new TwigFunction(
'ez_render_field_definition_settings',
'ez_render_field_definition_edit',
function (Environment $twig, FieldDefinitionData $fieldDefinitionData, array $params = []) {
$this->fieldBlockRenderer->setTwig($twig);

Expand Down

0 comments on commit 8764cb9

Please sign in to comment.