Skip to content

Commit

Permalink
fix getAction syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bav55 committed Aug 22, 2019
1 parent 1bc333b commit 6b66ee0
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 @@ -41,7 +41,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 6b66ee0

Please sign in to comment.