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