Skip to content

Commit

Permalink
Fix security config example (#315)
Browse files Browse the repository at this point in the history
* Fix security confix example. Closes #314
  • Loading branch information
DarkaOnLine authored Aug 21, 2020
1 parent 6e885ad commit f720e5e
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 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
* Examples of Securities
*/
/*
'oauth2_security_example' => [
'read',
'write'
[
/*
'oauth2_security_example' => [
'read',
'write'
],
'passport' => []
*/
],
'passport' => []
*/
],
],

Expand Down

0 comments on commit f720e5e

Please sign in to comment.