Skip to content

Commit e32be35

Browse files
style: run prettier on changed files
1 parent 8df0422 commit e32be35

File tree

1 file changed

+1
-5
lines changed
  • pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Models

1 file changed

+1
-5
lines changed

pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Models/Service.inc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@ class Service extends Model {
3030
write_only: true,
3131
help_text: 'The action to perform against this service.',
3232
);
33-
$this->name = new StringField(
34-
unique: true,
35-
read_only: true,
36-
help_text: 'The internal name of the service.'
37-
);
33+
$this->name = new StringField(unique: true, read_only: true, help_text: 'The internal name of the service.');
3834
$this->description = new StringField(read_only: true, help_text: 'The full descriptive name of the service.');
3935
$this->enabled = new BooleanField(
4036
read_only: true,

0 commit comments

Comments
 (0)