Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wake/6ae465c98d170f749765cd232289ac3f to your computer and use it in GitHub Desktop.
Save wake/6ae465c98d170f749765cd232289ac3f to your computer and use it in GitHub Desktop.
<?php
use Symfony\Component\Form\FormRenderer;
$app->extend ('twig.runtimes', function ($array) {
$array[FormRenderer::class] = 'twig.form.renderer';
return $array;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment