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

Commit

Permalink
SqlLogDriver: publish internal driver
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Oct 1, 2016
1 parent f6b4e2f commit 02fd5c8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/src/plugins/log.sql/SqlLogDriver.php
Expand Up @@ -97,6 +97,13 @@ public function usersLastConnection($userIds)
return $all;
}

/**
* @return array
*/
public function getDriverConfig(){
return $this->sqlDriver;
}

/**
* @param $actionName
* @param $httpVars
Expand Down

0 comments on commit 02fd5c8

Please sign in to comment.