We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c4dfb0 + 876777a commit 8a45951Copy full SHA for 8a45951
src/Mpociot/ApiDoc/Generators/DingoGenerator.php
@@ -46,6 +46,7 @@ public function processRoute($route, $bindings = [], $withResponse = true)
46
public function callRoute($method, $uri, $parameters = [], $cookies = [], $files = [], $server = [], $content = null)
47
{
48
$dispatcher = app('Dingo\Api\Dispatcher')->raw();
49
+
50
return call_user_func_array([$dispatcher, strtolower($method)], [$uri]);
51
}
52
0 commit comments