remove $db

This commit is contained in:
hystepik 2023-02-22 10:39:19 +01:00
parent bc0b0514bb
commit 646c1b1502

View File

@ -106,7 +106,7 @@ class BonPrelevement extends CommonObject
*/ */
public function __construct($db) public function __construct($db)
{ {
global $conf, $langs, $db; global $conf, $langs;
$this->db = $db; $this->db = $db;