Skip to content

Commit

Permalink
remove old method
Browse files Browse the repository at this point in the history
  • Loading branch information
oxycoder committed Jun 25, 2018
1 parent c12e4f6 commit b00d230
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Oxycoder/ApiDoc/Generators/LaravelGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public function getMethods($route)
public function processRoute($route, $bindings = [], $headers = [], $withResponse = true, $options = [])
{
$content = '';
$route->setUri($options['uri']);

$routeAction = $route->getAction();
$routeGroup = $this->getRouteGroup($routeAction['uses']);
Expand Down

0 comments on commit b00d230

Please sign in to comment.