Ver Fonte

Return this on removing widget

Rémi Marseille há 13 anos atrás
pai
commit
1c0c01730a
1 ficheiros alterados com 2 adições e 0 exclusões
  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;
     }
 }