mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-05 04:30:52 +08:00
feat(admin): enhance i18n support
Fix system monitor button i18n syntax, complete coupon form i18n
This commit is contained in:
@@ -185,7 +185,7 @@ class SystemController extends Controller
|
||||
public function clearSystemLog(Request $request)
|
||||
{
|
||||
$request->validate([
|
||||
'days' => 'integer|min:1|max:365',
|
||||
'days' => 'integer|min:0|max:365',
|
||||
'level' => 'string|in:info,warning,error,all',
|
||||
'limit' => 'integer|min:100|max:10000'
|
||||
], [
|
||||
|
||||
Reference in New Issue
Block a user