Skip to content

Commit 8a45951

Browse files
authored
Merge pull request #90 from mpociot/analysis-z3G1lA
Applied fixes from StyleCI
2 parents 2c4dfb0 + 876777a commit 8a45951

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Mpociot/ApiDoc/Generators/DingoGenerator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public function processRoute($route, $bindings = [], $withResponse = true)
4646
public function callRoute($method, $uri, $parameters = [], $cookies = [], $files = [], $server = [], $content = null)
4747
{
4848
$dispatcher = app('Dingo\Api\Dispatcher')->raw();
49+
4950
return call_user_func_array([$dispatcher, strtolower($method)], [$uri]);
5051
}
5152

0 commit comments

Comments
 (0)