Skip to content

Commit 6095b0a

Browse files
committed
refactor: fix unused variable
1 parent 10f3c7e commit 6095b0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

system/Database/Postgre/Connection.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,6 @@ protected function _enableForeignKeyChecks()
461461
*/
462462
public function error(): array
463463
{
464-
$lastError = pg_last_error($this->connID);
465-
466464
return [
467465
'code' => '',
468466
'message' => pg_last_error($this->connID),

0 commit comments

Comments
 (0)