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 23, 2024
1 parent 9c2defe commit beb356d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/elemental/ElementalBehatTestObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit beb356d

Please sign in to comment.