dbms_primeidc_init...1

This commit is contained in:
최준흠 2025-04-09 11:07:52 +09:00
parent ae9e3cb813
commit 0c5077c5b3

View File

@ -22,11 +22,11 @@ class QueryBuilder
{ {
$this->pdo = $pdo; $this->pdo = $pdo;
} }
final final public function setDebug(bool $debug): void final public function setDebug(bool $debug): void
{ {
$this->_debug = $debug; $this->_debug = $debug;
} }
final final public function getLastQuery(): string final public function getLastQuery(): string
{ {
return $this->latestQuery; return $this->latestQuery;
} }