Browse Source

Return this on removing widget

Rémi Marseille 13 năm trước cách đây
mục cha
commit
1c0c01730a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;
     }
 }