Skip to content

Commit

Permalink
Merge pull request #353 from arti0090/patch-1
Browse files Browse the repository at this point in the history
Update interface name in custom_filter docs
  • Loading branch information
GSadee authored Nov 29, 2024
2 parents 0f305fe + cd8fbc7 commit 97a8853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/custom_filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ namespace App\Grid\Filter;

use App\Form\Type\Filter\SuppliersStatisticsFilterType;
use Sylius\Bundle\GridBundle\Doctrine\DataSourceInterface;
use Sylius\Component\Grid\Filtering\ConfiguragurableFilterInterface;
use Sylius\Component\Grid\Filtering\ConfigurableFilterInterface;

class SuppliersStatisticsFilter implements ConfiguragurableFilterInterface
class SuppliersStatisticsFilter implements ConfigurableFilterInterface
{
public function apply(DataSourceInterface $dataSource, $name, $data, array $options = []): void
{
Expand Down

0 comments on commit 97a8853

Please sign in to comment.