0.2.3 #2
|
@ -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