fix issue to not able to delete server rule

This commit is contained in:
Muhammad Saim 2024-03-14 13:07:39 +05:00
parent 8aae92d75b
commit 92cfcb91b5
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ trait AdminSettingsController
'type_mp4' => 'nullable',
'type_webp' => 'nullable',
'admin_account_id' => 'nullable',
'regs' => 'required|in:open,filtered,closed',
'regs' => 'nullable|in:open,filtered,closed',
'account_migration' => 'nullable',
]);