fix issue to not able to delete server rule

pull/5007/head
Muhammad Saim 2024-03-14 13:07:39 +05:00
rodzic 8aae92d75b
commit 92cfcb91b5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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',
]);