From f049a9acc6c449533bf363ac962350600893b84e Mon Sep 17 00:00:00 2001 From: Song Date: Wed, 22 Aug 2018 11:27:48 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Form/Tools.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Form/Tools.php b/src/Form/Tools.php index f057f85642..776d9974d5 100644 --- a/src/Form/Tools.php +++ b/src/Form/Tools.php @@ -139,7 +139,7 @@ protected function getDeletePath() protected function getViewPath() { $key = $this->form->getResourceId(); - + if ($key) { return $this->getListPath().'/'.$key; } else {