Skip to content

Commit

Permalink
[Feature] Added Doctrine ORM ProxyQuery hints to constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu committed Mar 20, 2023
1 parent 89d2556 commit e2b9adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bridge/Doctrine/Orm/Query/DoctrineOrmProxyQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class DoctrineOrmProxyQuery implements ProxyQueryInterface
*/
public function __construct(
private QueryBuilder $queryBuilder,
private array $hints,
private array $hints = [],
) {
}

Expand Down

0 comments on commit e2b9adb

Please sign in to comment.