Compare commits
2 Commits
5e0579463c
...
445774e59a
Author | SHA1 | Date | |
---|---|---|---|
445774e59a | |||
7650b33cd2 |
@ -13,9 +13,9 @@ class PersistentDataManager implements IPersistentDataManager
|
|||||||
{
|
{
|
||||||
private IConnection $dbConnection;
|
private IConnection $dbConnection;
|
||||||
|
|
||||||
private IAuditLogger $auditLogger;
|
private ?IAuditLogger $auditLogger;
|
||||||
|
|
||||||
public function __construct(IConnection $dbConnection, IAuditLogger $auditLogger)
|
public function __construct(IConnection $dbConnection, ?IAuditLogger $auditLogger = null)
|
||||||
{
|
{
|
||||||
$this->dbConnection = $dbConnection;
|
$this->dbConnection = $dbConnection;
|
||||||
$this->auditLogger = $auditLogger;
|
$this->auditLogger = $auditLogger;
|
||||||
|
Loading…
Reference in New Issue
Block a user