Browse Source

Remove duplicate method call - datagrid#addFilter doesn't return anything, so have removed the return'd call, and left the other.

Ben Lumley 13 năm trước cách đây
mục cha
commit
0e29cec64c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      Builder/DatagridBuilder.php

+ 0 - 1
Builder/DatagridBuilder.php

@@ -118,7 +118,6 @@ class DatagridBuilder implements DatagridBuilderInterface
 
         $datagrid->addFilter($filter);
 
-        return $datagrid->addFilter($filter);
     }
 
     /**