mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 05:44:58 +00:00
rename syntax for ChillMain twig template calls
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
namespace Chill\MainBundle\Templating\Widget;
|
||||
|
||||
use \Twig_Environment;
|
||||
use Twig\Environment;
|
||||
|
||||
interface WidgetInterface
|
||||
{
|
||||
public function render(Twig_Environment $env, $place, array $context, array $config);
|
||||
public function render(Environment $env, $place, array $context, array $config);
|
||||
}
|
Reference in New Issue
Block a user