Explorar el Código

Return this on removing widget

Rémi Marseille hace 13 años
padre
commit
1c0c01730a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;
     }
 }