Skip to content

Commit 64325d6

Browse files
committed
duplicate document title and description field in config
1 parent 656fa2b commit 64325d6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

config/request-docs.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,7 @@
5858
'description' => 'Laravel Request Docs',
5959
// default version that this library provides
6060
'version' => '3.0.0',
61-
// api document title
62-
'document_title' => 'Laravel Request',
63-
// api document description
64-
'document_description' => 'Laravel Request',
65-
//api document version
61+
//changeable
6662
'document_version' => '1.0.0',
6763
// license that you want to display
6864
'license' => 'Apache 2.0',

0 commit comments

Comments
 (0)