1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-08 07:06:52 +02:00

DibiConnection: connect() is public

This commit is contained in:
PetrP
2010-06-18 18:59:29 +08:00
committed by David Grudl
parent 63163de18b
commit 8082489143

View File

@@ -138,7 +138,7 @@ class DibiConnection extends DibiObject
* Connects to a database. * Connects to a database.
* @return void * @return void
*/ */
final protected function connect() final public function connect()
{ {
if (!$this->connected) { if (!$this->connected) {
if ($this->profiler !== NULL) { if ($this->profiler !== NULL) {