Skip to content

Commit

Permalink
changed pdo to wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
n0nag0n committed Feb 29, 2024
1 parent bcfe0ad commit 65a060a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 22 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"require": {
"php": ">=8.0",
"tracy/tracy": "^2.9",
"tracy/tracy": "^2.10",
"flightphp/core": "^3.0"
}
}
44 changes: 24 additions & 20 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/debug/database/PdoQueryCapture.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use PDO;
use PDOStatement;

class PdoQueryCapture extends PDO {
class PdoQueryCapture extends \flight\database\PdoWrapper {

/** @var array $query_data */
public static array $query_data = [];
Expand Down

0 comments on commit 65a060a

Please sign in to comment.