Skip to content

Commit 57987c0

Browse files
authored
Update Allocation.php (pterodactyl#3468)
Max port typo
1 parent 91ea0a4 commit 57987c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Models/Allocation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class Allocation extends Model
5656
public static $validationRules = [
5757
'node_id' => 'required|exists:nodes,id',
5858
'ip' => 'required|ip',
59-
'port' => 'required|numeric|between:1024,65553',
59+
'port' => 'required|numeric|between:1024,65535',
6060
'ip_alias' => 'nullable|string',
6161
'server_id' => 'nullable|exists:servers,id',
6262
'notes' => 'nullable|string|max:256',

0 commit comments

Comments
 (0)