rename syntax for ChillMain twig template calls

This commit is contained in:
2020-07-30 14:25:28 +02:00
parent 6a2b94b4c2
commit 09a2cea83b
6 changed files with 8 additions and 6 deletions

View File

@@ -9,6 +9,7 @@
namespace Chill\PersonBundle\Widget;
use Chill\MainBundle\Templating\Widget\WidgetInterface;
use Twig\Environment;
/**
@@ -19,7 +20,7 @@ use Chill\MainBundle\Templating\Widget\WidgetInterface;
class AddAPersonWidget implements WidgetInterface
{
public function render(
\Twig_Environment $env,
Environment $env,
$place,
array $context,
array $config) {