diff --git a/app/Rules/Port.php b/app/Rules/Port.php new file mode 100644 index 0000000000..7225509c03 --- /dev/null +++ b/app/Rules/Port.php @@ -0,0 +1,34 @@ + 65535) { + $fail('The :attribute must be less or equal to 65535.'); + } + } +}