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:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user