Skip to content

Commit 47912ef

Browse files
Added RequestParameters to IncomingRequestParameters concern.
1 parent 1ae0435 commit 47912ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Message/AllInOne/Concerns/IncomingRequestParameters.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
*/
1616
trait IncomingRequestParameters
1717
{
18+
use RequestParameters;
19+
1820
/**
1921
* {@inheritdoc}
2022
*/

0 commit comments

Comments
 (0)