]> BookStack Code Mirror - bookstack/blobdiff - app/Providers/AuthServiceProvider.php
Added a custom link context toolbar
[bookstack] / app / Providers / AuthServiceProvider.php
index b301604a519e9b95e5bf5881f7a93c0f78cfb88e..a4022cc500968da5fcc4aa5973517a9375749082 100644 (file)
@@ -23,6 +23,7 @@ class AuthServiceProvider extends ServiceProvider
     public function boot()
     {
         // Password Configuration
+        // Changes here must be reflected in ApiDocsGenerate@getValidationAsString.
         Password::defaults(function () {
             return Password::min(8);
         });