mirror of
https://github.com/cp6/my-idlers.git
synced 2025-06-07 09:38:08 +00:00
Updated reseller controller ip filter
Updated reseller controller ip filter
This commit is contained in:
parent
4563ccd471
commit
298dc28dc6
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class ResellerController extends Controller
|
|||
$request->validate([
|
||||
'domain' => 'required|min:4',
|
||||
'reseller_type' => 'required',
|
||||
'dedicated_ip' => 'present|ip',
|
||||
'dedicated_ip' => 'present',
|
||||
'accounts' => 'numeric',
|
||||
'server_type' => 'numeric',
|
||||
'ram' => 'numeric',
|
||||
|
|
Loading…
Add table
Reference in a new issue