modify plugin name
This commit is contained in:
+1
-1
@@ -170,7 +170,7 @@ class Command extends Component
|
|||||||
} catch (\Throwable $throwable) {
|
} catch (\Throwable $throwable) {
|
||||||
$data = $this->logger->addError($this->sql . '. error: ' . $throwable->getMessage(), 'mysql');
|
$data = $this->logger->addError($this->sql . '. error: ' . $throwable->getMessage(), 'mysql');
|
||||||
} finally {
|
} finally {
|
||||||
$this->db->releaseSlaveConnect($pdo);
|
$this->db->release();
|
||||||
return $data;
|
return $data;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user