mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
fix deprecation: use fqcn in a depedency injection
This commit is contained in:
parent
3260e9e7bd
commit
1d10d89a9b
@ -8,6 +8,7 @@ use Symfony\Component\HttpKernel\DependencyInjection\Extension;
|
|||||||
use Symfony\Component\DependencyInjection\Loader;
|
use Symfony\Component\DependencyInjection\Loader;
|
||||||
use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
|
use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
|
||||||
use Chill\MainBundle\DependencyInjection\MissingBundleException;
|
use Chill\MainBundle\DependencyInjection\MissingBundleException;
|
||||||
|
use Chill\CustomFieldsBundle\Form\Type\LinkedCustomFieldsType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is the class that loads and manages your bundle configuration
|
* This is the class that loads and manages your bundle configuration
|
||||||
@ -48,7 +49,7 @@ class ChillReportExtension extends Extension implements PrependExtensionInterfac
|
|||||||
'name' => 'ReportEntity',
|
'name' => 'ReportEntity',
|
||||||
'options' => array(
|
'options' => array(
|
||||||
'summary_fields' => array(
|
'summary_fields' => array(
|
||||||
'form_type' => 'custom_fields_group_linked_custom_fields',
|
'form_type' => LinkedCustomFieldsType::class,
|
||||||
'form_options' =>
|
'form_options' =>
|
||||||
[
|
[
|
||||||
'multiple' => true,
|
'multiple' => true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user