Declare visibility for method "__construct

This commit is contained in:
NextGestion 2021-04-08 17:42:59 +01:00
parent ace958240d
commit d51001af31

View File

@ -44,7 +44,7 @@ class PartnershipUtils
* *
* @param DoliDb $db Database handler * @param DoliDb $db Database handler
*/ */
function __construct($db) public function __construct($db)
{ {
$this->db = $db; $this->db = $db;
return 1; return 1;