implement drivers as Singleton
This commit is contained in:
parent
604e7c9bba
commit
961c869c30
5 changed files with 213 additions and 239 deletions
|
|
@ -63,7 +63,7 @@
|
|||
|
||||
|
||||
// Construct and return Driver
|
||||
return new $className($config);
|
||||
return $className::singleton($config);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue