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