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

Commit

Permalink
Wrong driver name
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Nov 21, 2014
1 parent 1e5e88b commit c6acb21
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@
class customDbAuthDriver extends AbstractAuthDriver
{
public $sqlDriver;
public $driverName = "erasmus";
public $driverName = "custom_db";

protected $customTableName;
protected $customTableUid;
Expand Down

0 comments on commit c6acb21

Please sign in to comment.