$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
{
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;