mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 02:25:00 +00:00
fix folder name
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Chill\MainBundle\Templating\Widget;
|
||||
|
||||
use Twig\Environment;
|
||||
|
||||
interface WidgetInterface
|
||||
{
|
||||
public function render(Environment $env, $place, array $context, array $config);
|
||||
}
|
Reference in New Issue
Block a user