Explorar o código

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

Ben Lumley %!s(int64=13) %!d(string=hai) anos
pai
achega
0e29cec64c
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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);
     }
 
     /**