mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Make db connection protected
This commit is contained in:
parent
5199e4508a
commit
3af30625ab
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ abstract class Mapper {
|
|||
|
||||
protected $tableName;
|
||||
protected $entityClass;
|
||||
private $db;
|
||||
protected $db;
|
||||
|
||||
/**
|
||||
* @param IDb $db Instance of the Db abstraction layer
|
||||
|
|
|
|||
Loading…
Reference in a new issue