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 14, 2024
1 parent f0fe0d3 commit 9b235ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/TestReactFormBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class TestReactFormBuilder extends LeftAndMain
private static $url_segment = 'test-react';
private static $menu_title = 'Test React FormBuilder';

public function getClientConfig()
public function getClientConfig(): array
{
$baseLink = $this->Link();
return array_merge(parent::getClientConfig(), [
Expand Down

0 comments on commit 9b235ad

Please sign in to comment.