From 882aca57080f2bcfe3ae7cfefb308f038f5dda34 Mon Sep 17 00:00:00 2001 From: tofulm Date: Mon, 4 Apr 2022 10:37:17 +0200 Subject: [PATCH] maj de la doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4e51bc..67a16c5 100644 --- a/README.md +++ b/README.md @@ -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"] ); ```