$db attibute now be protected.

This commit is contained in:
Gustavo Novaro 2017-02-08 20:24:20 -03:00 committed by GitHub
parent a8c5661cb7
commit f8a6d60fe5

View File

@ -22,7 +22,7 @@
*/
class Auth
{
private $db;
protected $db;
private $login;
private $passwd;