API Update method signature to match parent class (#207)

This commit is contained in:
Guy Sartorelli 2024-10-21 11:54:58 +13:00 committed by GitHub
parent f0fe0d3607
commit 000360672f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(), [