mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
API Update method signature to match parent class (#207)
This commit is contained in:
parent
f0fe0d3607
commit
000360672f
@ -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(), [
|
||||
|
Loading…
Reference in New Issue
Block a user