fix
This commit is contained in:
parent
a3c38a27c7
commit
a3d71c7bc5
|
@ -2,8 +2,8 @@
|
|||
namespace Fufle\ORM;
|
||||
|
||||
class Query {
|
||||
private string $table;
|
||||
private string $primaryKey;
|
||||
protected string $table;
|
||||
protected string $primaryKey;
|
||||
|
||||
public function __construct(string $model) {
|
||||
$this->table = $model::GetTableName();
|
||||
|
|
Loading…
Reference in New Issue