Skip to content

Commit 13e9b62

Browse files
committed
fixed methods that should be protected
1 parent 66e744a commit 13e9b62

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Db.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
namespace Tipsy;
44

55
class Db extends Model {
6-
private $_db;
7-
private $_fields;
6+
protected $_db;
7+
protected $_fields;
88

9-
public function __construct($config = []) {
9+
public function __construct($config = null) {
1010
if ($config['_tipsy']) {
1111
return;
1212
}

0 commit comments

Comments
 (0)