Skip to content

Commit 1e760fe

Browse files
ziaratbansamdark
andauthored
Update src/Connection.php
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
1 parent ebeddb6 commit 1e760fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Connection.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,9 @@ public function open()
352352
if ($this->enableLogging) {
353353
Yii::trace($token, __METHOD__);
354354
}
355-
if($this->enableProfiling)
355+
if ($this->enableProfiling) {
356356
Yii::beginProfile($token, __METHOD__);
357+
}
357358
$options = $this->options;
358359

359360
$this->manager = new Manager($this->dsn, $options, $this->driverOptions);

0 commit comments

Comments
 (0)