<?php
namespace ContainerZE1pBi6;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getTableRateShippingMethodEligibilityChecker_InnerService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'Webgriffe\SyliusTableRateShippingPlugin\Checker\TableRateShippingMethodEligibilityChecker.inner' shared service.
*
* @return \Sylius\Component\Shipping\Checker\ShippingMethodEligibilityChecker
*
* @deprecated The "Webgriffe\SyliusTableRateShippingPlugin\Checker\TableRateShippingMethodEligibilityChecker.inner" is deprecated since Sylius 1.8 and will be removed in 2.0. Use "sylius.shipping_method_eligibility_checker" instead
*/
public static function do($container, $lazyLoad = true)
{
trigger_deprecation('', '', 'The "Webgriffe\\SyliusTableRateShippingPlugin\\Checker\\TableRateShippingMethodEligibilityChecker.inner" is deprecated since Sylius 1.8 and will be removed in 2.0. Use "sylius.shipping_method_eligibility_checker" instead');
return new \Sylius\Component\Shipping\Checker\ShippingMethodEligibilityChecker();
}
}