$db attributte now be protected

This commit is contained in:
Gustavo Novaro 2017-02-08 20:27:14 -03:00 committed by GitHub
parent e053308c6f
commit febe95cd2e

View File

@ -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;