Skip to content

Commit

Permalink
refactor: fix unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 27, 2024
1 parent 10f3c7e commit 6095b0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions system/Database/Postgre/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,6 @@ protected function _enableForeignKeyChecks()
*/
public function error(): array
{
$lastError = pg_last_error($this->connID);

return [
'code' => '',
'message' => pg_last_error($this->connID),
Expand Down

0 comments on commit 6095b0a

Please sign in to comment.