Skip to content

Commit

Permalink
connection is public
Browse files Browse the repository at this point in the history
  • Loading branch information
h2lsoft committed Dec 10, 2020
1 parent 0ba2c52 commit f512b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DBManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class DBManager
{
private $connection;
public $connection;

private $query_stack = [];
private $query_id = -1;
Expand Down

0 comments on commit f512b87

Please sign in to comment.