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 a100a34 commit c794448Copy full SHA for c794448
routes/api.php
@@ -5,7 +5,7 @@
5
use Vyuldashev\LaravelOpenApi\Http\OpenApiController;
6
7
Route::group(['as' => 'openapi.'], function () {
8
- foreach (config('openapi.collections') as $name => $config) {
+ foreach (config('openapi.collections', []) as $name => $config) {
9
$uri = Arr::get($config, 'route.uri');
10
11
if (! $uri) {
0 commit comments