Skip to content

Commit 6b66ee0

Browse files
committed
fix getAction syntax
1 parent 1bc333b commit 6b66ee0

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
@@ -41,7 +41,7 @@ public function generate()
4141
continue;
4242
}
4343

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

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

0 commit comments

Comments
 (0)