refactor: from reports to submissions (#1010)

This commit is contained in:
Kyrch
2025-11-28 17:24:40 -03:00
committed by GitHub
parent 3698939f88
commit f95cac61a2
94 changed files with 966 additions and 963 deletions
+3 -3
View File
@@ -9,9 +9,9 @@ return [
| Limits
|--------------------------------------------------------------------------
|
| These values represent caps on reports to prevent spam. By default,
| a user is permitted 50 reports.
| These values represent caps on submissions to prevent spam. By default,
| a user is permitted 50 submissions.
*/
'user_max_reports' => (int) env('USER_MAX_REPORTS', 50),
'user_max_submissions' => (int) env('USER_MAX_SUBMISSIONS', 50),
];