Tokumeikoi преди 5 години
родител
ревизия
26e63cbe1c
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      app/Http/Requests/Admin/ServerSave.php

+ 2 - 1
app/Http/Requests/Admin/ServerSave.php

@@ -18,7 +18,8 @@ class ServerSave extends FormRequest
         'tls' => 'required',
         'tags' => 'array',
         'rate' => 'required|numeric',
-        'network' => 'required|in:tcp,kcp,ws,http,domainsocket,quic'
+        'network' => 'required|in:tcp,kcp,ws,http,domainsocket,quic',
+        'settings' => ''
     ];
     /**
      * Get the validation rules that apply to the request.