Sfoglia il codice sorgente

Return this on removing widget

Rémi Marseille 13 anni fa
parent
commit
1c0c01730a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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;
     }
 }