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 2862e05 commit 7f8ffe9Copy full SHA for 7f8ffe9
config/apidoc.php
@@ -98,5 +98,5 @@
98
* Change false to an absolute path. For example:
99
* 'logo' => resource_path('views') . '/api/logo.png'
100
*/
101
- 'logo' => false
+ 'logo' => false,
102
];
src/Commands/GenerateDocumentation.php
@@ -7,8 +7,8 @@
7
use Illuminate\Console\Command;
8
use Mpociot\Reflection\DocBlock;
9
use Illuminate\Support\Collection;
10
-use Illuminate\Support\Facades\Storage;
11
use Mpociot\ApiDoc\Tools\RouteMatcher;
+use Illuminate\Support\Facades\Storage;
12
use Mpociot\Documentarian\Documentarian;
13
use Mpociot\ApiDoc\Postman\CollectionWriter;
14
use Mpociot\ApiDoc\Generators\DingoGenerator;
0 commit comments