Skip to content

Commit

Permalink
fix method
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean BILLAUD committed Mar 22, 2019
1 parent 264063e commit 8decfb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ApiContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function ($item) {
];

if (isset(self::$contexts['ETNA\FeatureContext\DoctrineContext'])) {
self::$contexts['ETNA\FeatureContext\DoctrineContext']->checkMaxQueries($method, $result);
self::$contexts['ETNA\FeatureContext\DoctrineContext']->checkMaxQueries($result);
}

$this->response = $result;
Expand Down

0 comments on commit 8decfb5

Please sign in to comment.