mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
API Update method signature to match parent class
This commit is contained in:
parent
2fa2aa356f
commit
b07789db44
@ -34,7 +34,7 @@ class CMSPageEditController extends CMSMain
|
|||||||
'AddToCampaignForm',
|
'AddToCampaignForm',
|
||||||
];
|
];
|
||||||
|
|
||||||
public function getClientConfig()
|
public function getClientConfig(): array
|
||||||
{
|
{
|
||||||
return ArrayLib::array_merge_recursive(parent::getClientConfig(), [
|
return ArrayLib::array_merge_recursive(parent::getClientConfig(), [
|
||||||
'form' => [
|
'form' => [
|
||||||
|
Loading…
Reference in New Issue
Block a user