Skip to content

Commit

Permalink
API Update method signature to match parent class
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Oct 15, 2024
1 parent fdec5ba commit 8bc98fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Control/LocaleAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function getEditForm($id = null, $fields = null)
return $form;
}

public function getClientConfig()
public function getClientConfig(): array
{
/** @var Member|FluentMemberExtension $member */
$member = Security::getCurrentUser();
Expand Down

0 comments on commit 8bc98fe

Please sign in to comment.