Skip to content

Commit

Permalink
API Remove CMSEditLink implementation, rely on superclass instead. (#628
Browse files Browse the repository at this point in the history
)
  • Loading branch information
GuySartorelli authored Aug 25, 2024
1 parent 315b674 commit 85dd0e1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -1429,13 +1429,6 @@ public function canViewFile()
return $this->File->canViewFile();
}

public function CMSEditLink()
{
$link = null;
$this->extend('updateCMSEditLink', $link);
return $link;
}

public function PreviewLink($action = null)
{
// Since AbsoluteURL can whitelist protected assets,
Expand Down

0 comments on commit 85dd0e1

Please sign in to comment.