maj de la doc

This commit is contained in:
Christophe 2022-04-04 10:37:17 +02:00
parent c94f8d2816
commit 882aca5708

View file

@ -5,7 +5,7 @@ Il suffit de déclarer la globals
```php
$GLOBALS['gamuform_objets'] = array_merge(
$GLOBALS['gamuform_objets'],
$GLOBALS['gamuform_objets'] ?? [],
[ 'osdve_interventions_type' => "Types d'intervention"]
);
```