Explorar el 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 hace 13 años
padre
commit
0e29cec64c
Se han modificado 1 ficheros con 0 adiciones y 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);
     }
 
     /**