Skip to content

Commit

Permalink
CAS_PGTStorage_Db: call method with incorrect case: createTableSQL (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
voku authored Mar 14, 2023
1 parent 2074a37 commit f3db27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/CAS/PGTStorage/Db.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ public function createTable()
try {
$pdo->beginTransaction();

$query = $pdo->query($this->createTableSQL());
$query = $pdo->query($this->createTableSql());
$query->closeCursor();

$pdo->commit();
Expand Down

0 comments on commit f3db27e

Please sign in to comment.