diff --git a/src/Fufle/ORM/Query.php b/src/Fufle/ORM/Query.php index a920ebb..a499557 100644 --- a/src/Fufle/ORM/Query.php +++ b/src/Fufle/ORM/Query.php @@ -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();