ajout mode de configuration mixte, tableau ou variable ENV
This commit is contained in:
@@ -17,7 +17,7 @@ class QueryBuilder
|
||||
protected string $raw_query;
|
||||
protected bool $distinct;
|
||||
|
||||
public function __construct($table, $pk = "id", $connection = "default")
|
||||
public function __construct($table, $pk = "id", $connection = "")
|
||||
{
|
||||
$this->table = $table;
|
||||
$this->pk = $pk;
|
||||
|
||||
Reference in New Issue
Block a user