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 cf4549d commit 18ed693Copy full SHA for 18ed693
src/Generator.php
@@ -48,7 +48,7 @@ public function __construct($options)
48
public function generate()
49
{
50
$this->getRouteMethods();
51
- // $this->formatter->generate();
+ $this->formatter->generate();
52
}
53
54
/**
0 commit comments