code beautifier
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace Kletellier\PdoWrapper;
|
||||
|
||||
class QueryBuilder
|
||||
{
|
||||
{
|
||||
protected array $columns;
|
||||
protected array $wheres;
|
||||
protected array $orders;
|
||||
@@ -20,7 +20,7 @@ class QueryBuilder
|
||||
{
|
||||
$this->table = $table;
|
||||
$this->pk = $pk;
|
||||
$this->connection = $connection;
|
||||
$this->connection = $connection;
|
||||
$this->reset();
|
||||
}
|
||||
|
||||
@@ -194,7 +194,7 @@ class QueryBuilder
|
||||
}
|
||||
|
||||
private function getData(): mixed
|
||||
{
|
||||
{
|
||||
return Connection::getInstance($this->connection)->getSelectQuery($this->getQuery());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user