Skip to content
This repository was archived by the owner on Sep 15, 2022. It is now read-only.

Commit 6edc3bd

Browse files
committed
Merge pull request #196 from luishdez/patch-1
Fix missing ( ) in getRequestBuilder
2 parents 224a021 + 0c0c5bd commit 6edc3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Knp/FriendlyContexts/Context/ApiContext.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function iSpecifiedCookies(TableNode $cookiesTable)
136136
*/
137137
public function iSpecifiedOptions(TableNode $optionsTable)
138138
{
139-
$this->getRequestBuilder->setOptions($optionsTable->getRowsHash());
139+
$this->getRequestBuilder()->setOptions($optionsTable->getRowsHash());
140140
}
141141

142142
/**

0 commit comments

Comments
 (0)