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.
2 parents cda59f2 + 3b35475 commit a5267dcCopy full SHA for a5267dc
src/Commands/GenerateDocumentation.php
@@ -45,7 +45,7 @@ public function __construct(RouteMatcher $routeMatcher)
45
*/
46
public function handle()
47
{
48
- $usingDingoRouter = config('apidoc.router') == 'dingo';
+ $usingDingoRouter = strtolower(config('apidoc.router')) == 'dingo';
49
if ($usingDingoRouter) {
50
$routes = $this->routeMatcher->getDingoRoutesToBeDocumented(config('apidoc.routes'));
51
} else {
0 commit comments