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 2fa2aa3 commit b07789d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Controllers/CMSPageEditController.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class CMSPageEditController extends CMSMain
'AddToCampaignForm',
];

public function getClientConfig()
public function getClientConfig(): array
{
return ArrayLib::array_merge_recursive(parent::getClientConfig(), [
'form' => [
Expand Down

0 comments on commit b07789d

Please sign in to comment.