mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
make mask nullable and do a strict compare to allow firwall rules without masks (#432)
This commit is contained in:
@ -59,7 +59,7 @@ public static function rules(): array
|
||||
'ip',
|
||||
],
|
||||
'mask' => [
|
||||
'required',
|
||||
'nullable',
|
||||
'numeric',
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user