소스 검색

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