<?php
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the public 'sylius.grid.data_provider' shared service.
include_once \dirname(__DIR__, 4).'/vendor/sylius/grid-bundle/src/Component/Data/DataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/grid-bundle/src/Component/Data/DataProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/grid-bundle/src/Component/Sorting/SorterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/grid-bundle/src/Component/Sorting/Sorter.php';
return $this->services['sylius.grid.data_provider'] = new \Sylius\Component\Grid\Data\DataProvider(($this->services['sylius.grid.data_source_provider'] ?? $this->load('getSylius_Grid_DataSourceProviderService.php')), ($this->services['sylius.grid.filters_applicator'] ?? $this->load('getSylius_Grid_FiltersApplicatorService.php')), ($this->services['sylius.grid.sorter'] ?? ($this->services['sylius.grid.sorter'] = new \Sylius\Component\Grid\Sorting\Sorter())));