Compare commits
No commits in common. "445774e59a4891b2e67d151b0cf7b7b880c40e48" and "5e0579463cf0f4203c46e0d4f9c09cd283dbf0b8" have entirely different histories.
445774e59a
...
5e0579463c
@ -13,9 +13,9 @@ class PersistentDataManager implements IPersistentDataManager
|
||||
{
|
||||
private IConnection $dbConnection;
|
||||
|
||||
private ?IAuditLogger $auditLogger;
|
||||
private IAuditLogger $auditLogger;
|
||||
|
||||
public function __construct(IConnection $dbConnection, ?IAuditLogger $auditLogger = null)
|
||||
public function __construct(IConnection $dbConnection, IAuditLogger $auditLogger)
|
||||
{
|
||||
$this->dbConnection = $dbConnection;
|
||||
$this->auditLogger = $auditLogger;
|
||||
|
Loading…
Reference in New Issue
Block a user