$db attributte now be protected
This commit is contained in:
parent
e053308c6f
commit
febe95cd2e
@ -31,7 +31,7 @@
|
||||
*/
|
||||
class Address
|
||||
{
|
||||
private $db;
|
||||
protected $db;
|
||||
|
||||
public $id;
|
||||
public $type;
|
||||
@ -495,7 +495,7 @@ class Address
|
||||
*/
|
||||
class AddressLine
|
||||
{
|
||||
private $db;
|
||||
protected $db;
|
||||
public $id;
|
||||
public $date_creation;
|
||||
public $date_modification;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user