Completed
Push — master ( 5a48d2...d9cfe8 )
by Song
05:12
created
src/Form/Builder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -193,7 +193,7 @@
 block discarded – undo
193 193
         $confirm = trans('admin::lang.delete_confirm');
194 194
         $token = csrf_token();
195 195
 
196
-        $location = '/' . trim($this->form->resource(), '/');
196
+        $location = '/'.trim($this->form->resource(), '/');
197 197
 
198 198
         $script = <<<SCRIPT
199 199
             $('.item_delete').click(function() {
Please login to merge, or discard this patch.