Skip to content

Commit 876777a

Browse files
mpociotStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent 2c4dfb0 commit 876777a

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)