Skip to content

Commit

Permalink
API Update method signature for CMSEditLink (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Aug 25, 2024
1 parent 52ceba9 commit 09f513c
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 09f513c

Please sign in to comment.