Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 02fd5c8

Browse files
committed
SqlLogDriver: publish internal driver
1 parent f6b4e2f commit 02fd5c8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

core/src/plugins/log.sql/SqlLogDriver.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,13 @@ public function usersLastConnection($userIds)
9797
return $all;
9898
}
9999

100+
/**
101+
* @return array
102+
*/
103+
public function getDriverConfig(){
104+
return $this->sqlDriver;
105+
}
106+
100107
/**
101108
* @param $actionName
102109
* @param $httpVars

0 commit comments

Comments
 (0)