From 01d6a6e6bd18094f5d59beb82eb6ae26682887d3 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Thu, 15 Aug 2024 16:20:31 +1200 Subject: [PATCH] API Update method signature for CMSEditLink --- code/SiteConfig.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/code/SiteConfig.php b/code/SiteConfig.php index 111d1cf6d..99ab4e0a2 100644 --- a/code/SiteConfig.php +++ b/code/SiteConfig.php @@ -309,10 +309,7 @@ public function getCMSActions() return $actions; } - /** - * @return string - */ - public function CMSEditLink() + public function CMSEditLink(): ?string { return SiteConfigLeftAndMain::singleton()->Link(); }