mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 05:23:49 +00:00
rename syntax for ChillMain twig template calls
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user