We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc333b commit 6b66ee0Copy full SHA for 6b66ee0
src/Generator.php
@@ -41,7 +41,7 @@ public function generate()
41
continue;
42
}
43
44
- $this->action = $route->getAction('uses');
+ $this->action = $route->getAction()['uses'];
45
$methods = $route->methods();
46
47
if (!isset($this->docs['paths'][$this->uri])) {
0 commit comments