Skip to content

Commit d9bd505

Browse files
committed
Merge with parent classes in alphabetical
1 parent 47543d4 commit d9bd505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Core/AccessControl.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ class AccessControl extends \BNETDocs\Models\ActiveUser implements \JsonSerializ
1616
*/
1717
public function jsonSerialize(): mixed
1818
{
19-
return \array_merge(parent::jsonSerialize(), ['acl_allowed' => $this->acl_allowed]);
19+
return \array_merge(['acl_allowed' => $this->acl_allowed], parent::jsonSerialize());
2020
}
2121
}

0 commit comments

Comments
 (0)