فهرست منبع

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->admin->removeListFieldDescription($key);
         $this->list->remove($key);
         $this->list->remove($key);
+
+        return $this;
     }
     }
 }
 }