mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-27 19:23:22 +01:00
Migrated ClassName to __construct() function
Changed $DB to $db lower-cased "Class"
This commit is contained in:
@@ -2869,7 +2869,7 @@ class OrderLine
|
||||
*
|
||||
* @param DoliDB $DB handler d'acces base de donnee
|
||||
*/
|
||||
function OrderLine($DB)
|
||||
function __construct($DB)
|
||||
{
|
||||
$this->db= $DB;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user