Преглед изворни кода

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;
     }
 }