@@ -93,6 +93,7 @@ class ComposerStaticInit53792487c5a8370acc0b06b1a864ff4c
93
93
'OCP \\AppFramework \\Http \\Template \\LinkMenuAction ' => __DIR__ . '/../../.. ' . '/lib/public/AppFramework/Http/Template/LinkMenuAction.php ' ,
94
94
'OCP \\AppFramework \\Http \\Template \\PublicTemplateResponse ' => __DIR__ . '/../../.. ' . '/lib/public/AppFramework/Http/Template/PublicTemplateResponse.php ' ,
95
95
'OCP \\AppFramework \\Http \\Template \\SimpleMenuAction ' => __DIR__ . '/../../.. ' . '/lib/public/AppFramework/Http/Template/SimpleMenuAction.php ' ,
96
+ 'OCP \\AppFramework \\Http \\TooManyRequestsResponse ' => __DIR__ . '/../../.. ' . '/lib/public/AppFramework/Http/TooManyRequestsResponse.php ' ,
96
97
'OCP \\AppFramework \\Http \\ZipResponse ' => __DIR__ . '/../../.. ' . '/lib/public/AppFramework/Http/ZipResponse.php ' ,
97
98
'OCP \\AppFramework \\IAppContainer ' => __DIR__ . '/../../.. ' . '/lib/public/AppFramework/IAppContainer.php ' ,
98
99
'OCP \\AppFramework \\Middleware ' => __DIR__ . '/../../.. ' . '/lib/public/AppFramework/Middleware.php ' ,
@@ -477,6 +478,7 @@ class ComposerStaticInit53792487c5a8370acc0b06b1a864ff4c
477
478
'OCP \\Search \\Result ' => __DIR__ . '/../../.. ' . '/lib/public/Search/Result.php ' ,
478
479
'OCP \\Search \\SearchResult ' => __DIR__ . '/../../.. ' . '/lib/public/Search/SearchResult.php ' ,
479
480
'OCP \\Search \\SearchResultEntry ' => __DIR__ . '/../../.. ' . '/lib/public/Search/SearchResultEntry.php ' ,
481
+ 'OCP \\Security \\Bruteforce \\MaxDelayReached ' => __DIR__ . '/../../.. ' . '/lib/public/Security/Bruteforce/MaxDelayReached.php ' ,
480
482
'OCP \\Security \\CSP \\AddContentSecurityPolicyEvent ' => __DIR__ . '/../../.. ' . '/lib/public/Security/CSP/AddContentSecurityPolicyEvent.php ' ,
481
483
'OCP \\Security \\Events \\GenerateSecurePasswordEvent ' => __DIR__ . '/../../.. ' . '/lib/public/Security/Events/GenerateSecurePasswordEvent.php ' ,
482
484
'OCP \\Security \\Events \\ValidatePasswordPolicyEvent ' => __DIR__ . '/../../.. ' . '/lib/public/Security/Events/ValidatePasswordPolicyEvent.php ' ,
0 commit comments