Skip to content

Commit 8d25c0f

Browse files
committed
The production_path key renamed;
The `production_path` key renamed to `base_file_name` for both local and storage drivers;
1 parent 10705ea commit 8d25c0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/auto-doc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
'local' => [
130130
'class' => LocalDriver::class,
131131
'directory' => 'documentations',
132-
'production_path' => 'documentation.json',
132+
'base_file_name' => 'documentation',
133133
],
134134
'remote' => [
135135
'class' => RemoteDriver::class,
@@ -148,7 +148,7 @@
148148
*/
149149
'disk' => env('SWAGGER_STORAGE_DRIVER_DISK', 'public'),
150150
'directory' => 'documentations',
151-
'production_path' => 'documentation.json',
151+
'base_file_name' => 'documentation',
152152
],
153153
],
154154

0 commit comments

Comments
 (0)