mirror of
https://github.com/dg/dibi.git
synced 2025-08-07 22:56:35 +02:00
DibiConnection: connect() is public
This commit is contained in:
@@ -138,7 +138,7 @@ class DibiConnection extends DibiObject
|
||||
* Connects to a database.
|
||||
* @return void
|
||||
*/
|
||||
final protected function connect()
|
||||
final public function connect()
|
||||
{
|
||||
if (!$this->connected) {
|
||||
if ($this->profiler !== NULL) {
|
||||
|
Reference in New Issue
Block a user