Skip to content

Commit 2675cd1

Browse files
style: run prettier on changed files
1 parent 5ffa656 commit 2675cd1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class User extends Model {
137137
if ($this->initial_object->password->value !== $password) {
138138
$hash = [];
139139
local_user_set_password($hash, $password);
140-
return $hash["item"][$this->password->internal_name];
140+
return $hash['item'][$this->password->internal_name];
141141
}
142142

143143
return $password;

0 commit comments

Comments
 (0)