Skip to content

Commit

Permalink
fix: declare OpenVPNClient:: property as a PortField
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhendrickson13 committed Jan 3, 2025
1 parent c803574 commit 2d9968d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class OpenVPNClient extends Model {
public StringField $protocol;
public InterfaceField $interface;
public StringField $server_addr;
public StringField $server_port;
public PortField $server_port;
public PortField $local_port;
public StringField $proxy_addr;
public PortField $proxy_port;
Expand Down

0 comments on commit 2d9968d

Please sign in to comment.