mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-07 15:25:00 +00:00
Array() -> []
This commit is contained in:
@@ -38,20 +38,20 @@ class LoadSocialGoals extends AbstractFixture implements OrderedFixtureInterface
|
||||
return 10030;
|
||||
}
|
||||
|
||||
public static $socialGoals = array(
|
||||
'social_goal_instuire_dossier' => array(
|
||||
'title' => array(
|
||||
public static $socialGoals = [
|
||||
'social_goal_instuire_dossier' => [
|
||||
'title' => [
|
||||
'fr' => 'Instruire le dossier de surendettement'
|
||||
),
|
||||
],
|
||||
'action' => 'social_action_MASP'
|
||||
),
|
||||
'social_goal_proteger' => array(
|
||||
'title' => array(
|
||||
],
|
||||
'social_goal_proteger' => [
|
||||
'title' => [
|
||||
'fr' => 'Protéger via une assistance educative placement'
|
||||
),
|
||||
],
|
||||
'action' => 'social_action_protection_enfant'
|
||||
),
|
||||
);
|
||||
],
|
||||
];
|
||||
|
||||
public function load(ObjectManager $manager)
|
||||
{
|
||||
|
Reference in New Issue
Block a user