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