mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
Array() -> []
This commit is contained in:
@@ -37,32 +37,32 @@ class LoadSocialActions extends AbstractFixture implements OrderedFixtureInterfa
|
||||
return 10020;
|
||||
}
|
||||
|
||||
public static $socialActions = array(
|
||||
'social_action_info_conseil' => array(
|
||||
'title' => array(
|
||||
public static $socialActions = [
|
||||
'social_action_info_conseil' => [
|
||||
'title' => [
|
||||
'fr' => 'Informer, conseiller'
|
||||
),
|
||||
],
|
||||
'issue' => 'social_issue_prev_prot'
|
||||
),
|
||||
'social_action_instruire' => array(
|
||||
'title' => array(
|
||||
],
|
||||
'social_action_instruire' => [
|
||||
'title' => [
|
||||
'fr' => 'Instruire l\'imprime unique pour des impayés'
|
||||
),
|
||||
],
|
||||
'issue' => 'social_issue_prev_prot'
|
||||
),
|
||||
'social_action_MASP' => array(
|
||||
'title' => array(
|
||||
],
|
||||
'social_action_MASP' => [
|
||||
'title' => [
|
||||
'fr' => 'MASP'
|
||||
),
|
||||
],
|
||||
'issue' => 'social_issue_diff_fin'
|
||||
),
|
||||
'social_action_protection_enfant' => array(
|
||||
'title' => array(
|
||||
],
|
||||
'social_action_protection_enfant' => [
|
||||
'title' => [
|
||||
'fr' => 'Protection Enfant confié dans le cadre judiciaire'
|
||||
),
|
||||
],
|
||||
'issue' => 'social_issue_enfant_protection'
|
||||
),
|
||||
);
|
||||
],
|
||||
];
|
||||
|
||||
public function load(ObjectManager $manager)
|
||||
{
|
||||
|
Reference in New Issue
Block a user