Skip to content

Commit

Permalink
Merge pull request tractorcow-farm#896 from creative-commoners/pulls/…
Browse files Browse the repository at this point in the history
…8/new-admincontroller

API Update method signature to match parent class
  • Loading branch information
tractorcow authored Oct 17, 2024
2 parents fdec5ba + 8bc98fe commit 9e9d842
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 9e9d842

Please sign in to comment.