forked from Wavyzz/dolibarr
No more need to rename constructor method
This commit is contained in:
@@ -51,7 +51,7 @@ class Skeleton_Class // extends CommonObject
|
||||
*
|
||||
* @param DoliDb $db Database handler
|
||||
*/
|
||||
function Skeleton_Class($db)
|
||||
function __construct($db)
|
||||
{
|
||||
$this->db = $db;
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user