Skip to content

Commit 1a7b783

Browse files
authored
Merge pull request #2678 from teohhanhui/fix/order-parameter-name-visibility-bc
Fix BC break in Doctrine ORM OrderFilter
2 parents 30a4b13 + 953e8ea commit 1a7b783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridge/Doctrine/Common/Filter/OrderFilterTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ trait OrderFilterTrait
2929
/**
3030
* @var string Keyword used to retrieve the value
3131
*/
32-
private $orderParameterName;
32+
protected $orderParameterName;
3333

3434
/**
3535
* {@inheritdoc}

0 commit comments

Comments
 (0)