变更
This commit is contained in:
+2
-1
@@ -177,10 +177,11 @@ class Command extends Component
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @param bool $restore
|
||||||
* @return bool|int
|
* @return bool|int
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
private function _execute($restore = false): bool|int
|
private function _execute(bool $restore = false): bool|int
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$pdo = $this->db->getPdo($restore);
|
$pdo = $this->db->getPdo($restore);
|
||||||
|
|||||||
Reference in New Issue
Block a user