From 791d49354d08f327ce661cbeeba83cf1d34af6e0 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Mon, 26 Aug 2024 09:58:32 +1200 Subject: [PATCH] API Update method signature for CMSEditLink (#199) --- code/elemental/ElementalBehatTestObject.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/elemental/ElementalBehatTestObject.php b/code/elemental/ElementalBehatTestObject.php index 007d0db..3f78040 100644 --- a/code/elemental/ElementalBehatTestObject.php +++ b/code/elemental/ElementalBehatTestObject.php @@ -11,7 +11,7 @@ class ElementalBehatTestObject extends DataObject { private static $table_name = 'ElementalBehatTestObject'; - public function CMSEditLink() + public function getCMSEditLink(): ?string { $admin = ElementalBehatTestAdmin::singleton(); $sanitisedClassname = str_replace('\\', '-', $this->ClassName);