From 0db802b809cd76d8f0300cf10d00c7abe7e64511 Mon Sep 17 00:00:00 2001 From: jqh <841324345@qq.com> Date: Tue, 27 Apr 2021 10:02:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Grid/Displayers/DropdownActions.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Grid/Displayers/DropdownActions.php b/src/Grid/Displayers/DropdownActions.php index d32067d32..e38b950a6 100644 --- a/src/Grid/Displayers/DropdownActions.php +++ b/src/Grid/Displayers/DropdownActions.php @@ -84,21 +84,17 @@ public function display(array $callbacks = []) protected function getViewLabel() { - } protected function getEditLabel() { - } protected function getQuickEditLabel() { - } protected function getDeleteLabel() { - } }