From 8d73818096bd2738335d4195e516a7b2dafeb24d Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Thu, 15 Aug 2024 15:52:23 +1200 Subject: [PATCH] API Remove CMSEditLink implementation, rely on superclass instead. --- src/File.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/File.php b/src/File.php index b1da31e8..c88dc2c2 100644 --- a/src/File.php +++ b/src/File.php @@ -1426,13 +1426,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,