Skip to content

Commit

Permalink
API Update method signature for CMSEditLink
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Aug 22, 2024
1 parent 52ceba9 commit 01d6a6e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions code/SiteConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,7 @@ public function getCMSActions()
return $actions;
}

/**
* @return string
*/
public function CMSEditLink()
public function CMSEditLink(): ?string
{
return SiteConfigLeftAndMain::singleton()->Link();
}
Expand Down

0 comments on commit 01d6a6e

Please sign in to comment.