Skip to content

Commit

Permalink
Fix security confix example. Closes #314
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaOnLine committed Aug 21, 2020
1 parent 6e885ad commit a4e51e3
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions config/l5-swagger.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,18 @@
],
'security' => [
/*
* Examples of Security
*/
/*
'oauth2_security_example' => [
'read',
'write'
],
'passport' => []
* Examples of Securities
*/
[
/*
'oauth2_security_example' => [
'read',
'write'
],
'passport' => []
*/
]
],
],

Expand Down

0 comments on commit a4e51e3

Please sign in to comment.