Skip to content

Commit 4a00e39

Browse files
authored
Update AbstractGenerator.php
1 parent d2e07d0 commit 4a00e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mpociot/ApiDoc/Generators/AbstractGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ protected function getRouteResponse($route, $bindings, $headers = [])
7878

7979
//Changes url with parameters like /users/{user} to /users/1
8080
$uri = preg_replace('/{(.*)}/', 1, $uri);
81-
81+
8282
return $this->callRoute(array_shift($methods), $uri, [], [], [], $headers);
8383
}
8484

0 commit comments

Comments
 (0)