From 7d997990fa56c49578737670495e979bba2d0779 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 14 Nov 2019 12:44:15 +0100 Subject: [PATCH] Fix phpcs --- htdocs/core/class/conf.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/conf.class.php b/htdocs/core/class/conf.class.php index 425d0cd3004..0aae646b385 100644 --- a/htdocs/core/class/conf.class.php +++ b/htdocs/core/class/conf.class.php @@ -126,7 +126,7 @@ class Conf $this->service = new stdClass(); $this->contrat = new stdClass(); $this->actions = new stdClass(); - $this->agenda = new stdClass(); + $this->agenda = new stdClass(); $this->commande = new stdClass(); $this->propal = new stdClass(); $this->facture = new stdClass();