orm gr protected

This commit is contained in:
Yuri Kuznetsov
2021-07-27 16:36:48 +03:00
parent 64e7c1081b
commit db46faef29
9 changed files with 57 additions and 61 deletions
+2 -2
View File
@@ -41,9 +41,9 @@ use PDOStatement;
*/
class QueryExecutor
{
protected $sqlExecutor;
private $sqlExecutor;
protected $queryComposer;
private $queryComposer;
public function __construct(SqlExecutor $sqlExecutor, QueryComposer $queryComposer)
{