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 3b49fb0 commit fc211d6
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 fc211d6

Please sign in to comment.