Skip to content

Commit

Permalink
API Update method signature to match parent class (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Oct 20, 2024
1 parent 3b49fb0 commit 0311c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CampaignAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class CampaignAdmin extends LeftAndMain implements PermissionProvider

private static $required_permission_codes = 'CMS_ACCESS_CampaignAdmin';

public function getClientConfig()
public function getClientConfig(): array
{
return array_merge(parent::getClientConfig(), [
'reactRouter' => true,
Expand Down

0 comments on commit 0311c19

Please sign in to comment.