diff --git a/config/l5-swagger.php b/config/l5-swagger.php index 44640d6..b97581c 100644 --- a/config/l5-swagger.php +++ b/config/l5-swagger.php @@ -137,15 +137,18 @@ ], 'security' => [ /* - * Examples of Security + * Examples of Securities */ - /* - 'oauth2_security_example' => [ - 'read', - 'write' + [ + /* + 'oauth2_security_example' => [ + 'read', + 'write' + ], + + 'passport' => [] + */ ], - 'passport' => [] - */ ], ],