Skip to content

Commit

Permalink
Merge pull request #8 from bav55/master
Browse files Browse the repository at this point in the history
fix getAction syntax
  • Loading branch information
mtrajano authored Aug 28, 2019
2 parents 1ada9e1 + 6b66ee0 commit 1033109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function generate()
continue;
}

$this->action = $route->getAction('uses');
$this->action = $route->getAction()['uses'];
$methods = $route->methods();

if (!isset($this->docs['paths'][$this->uri])) {
Expand Down

0 comments on commit 1033109

Please sign in to comment.