瀏覽代碼

Return this on removing widget

Rémi Marseille 13 年之前
父節點
當前提交
1c0c01730a
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Datagrid/ListMapper.php

+ 2 - 0
Datagrid/ListMapper.php

@@ -101,5 +101,7 @@ class ListMapper
     {
         $this->admin->removeListFieldDescription($key);
         $this->list->remove($key);
+
+        return $this;
     }
 }