Przeglądaj źródła

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

Ben Lumley 13 lat temu
rodzic
commit
0e29cec64c
1 zmienionych plików z 0 dodań i 1 usunięć
  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);
     }
 
     /**