mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 05:44:58 +00:00
Update template pathes to new syntax
This commit is contained in:
@@ -82,7 +82,7 @@ class CustomFieldTitle extends AbstractCustomField
|
||||
{
|
||||
return $this->templating
|
||||
->render(
|
||||
'ChillCustomFieldsBundle:CustomFieldsRendering:title.html.twig',
|
||||
'@ChillCustomFields/CustomFieldsRendering/title.html.twig',
|
||||
[
|
||||
'title' => $customField->getName(),
|
||||
'type' => $customField->getOptions()[self::TYPE],
|
||||
|
Reference in New Issue
Block a user