From 85dd0e1db17ee6a7a5e6af24743ee79da531325a Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Mon, 26 Aug 2024 09:58:25 +1200 Subject: [PATCH] API Remove CMSEditLink implementation, rely on superclass instead. (#628) --- src/File.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/File.php b/src/File.php index ab4cc650..8b3c6483 100644 --- a/src/File.php +++ b/src/File.php @@ -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,