We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebeddb6 commit 1e760feCopy full SHA for 1e760fe
src/Connection.php
@@ -352,8 +352,9 @@ public function open()
352
if ($this->enableLogging) {
353
Yii::trace($token, __METHOD__);
354
}
355
- if($this->enableProfiling)
+ if ($this->enableProfiling) {
356
Yii::beginProfile($token, __METHOD__);
357
+ }
358
$options = $this->options;
359
360
$this->manager = new Manager($this->dsn, $options, $this->driverOptions);
0 commit comments