Skip to content

Commit 1033109

Browse files
authored
Merge pull request #8 from bav55/master
fix getAction syntax
2 parents 1ada9e1 + 6b66ee0 commit 1033109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function generate()
4343
continue;
4444
}
4545

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

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

0 commit comments

Comments
 (0)