Skip to content

Commit e447606

Browse files
style: run prettier on changed files
1 parent 9b437fe commit e447606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Endpoints/VPNOpenVPNClientExportConfigEndpoint.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class VPNOpenVPNClientExportConfigEndpoint extends Endpoint {
1515
# Set Endpoint attributes
1616
$this->url = '/api/v2/vpn/openvpn/client_export/config';
1717
$this->model_name = 'OpenVPNClientExportConfig';
18-
$this->request_method_options = ['GET', 'POST', "PATCH", 'DELETE'];
18+
$this->request_method_options = ['GET', 'POST', 'PATCH', 'DELETE'];
1919
$this->many = false;
2020

2121
# Construct the parent Endpoint object

0 commit comments

Comments
 (0)