Skip to content

Commit 7f8ffe9

Browse files
committed
Add custom logo support - passing tests
1 parent 2862e05 commit 7f8ffe9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/apidoc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@
9898
* Change false to an absolute path. For example:
9999
* 'logo' => resource_path('views') . '/api/logo.png'
100100
*/
101-
'logo' => false
101+
'logo' => false,
102102
];

src/Commands/GenerateDocumentation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
use Illuminate\Console\Command;
88
use Mpociot\Reflection\DocBlock;
99
use Illuminate\Support\Collection;
10-
use Illuminate\Support\Facades\Storage;
1110
use Mpociot\ApiDoc\Tools\RouteMatcher;
11+
use Illuminate\Support\Facades\Storage;
1212
use Mpociot\Documentarian\Documentarian;
1313
use Mpociot\ApiDoc\Postman\CollectionWriter;
1414
use Mpociot\ApiDoc\Generators\DingoGenerator;

0 commit comments

Comments
 (0)