var/cache/dev/ContainerZE1pBi6/getTableRateShippingMethodEligibilityChecker_InnerService.php line 22

Open in your IDE?
  1. <?php
  2. namespace ContainerZE1pBi6;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getTableRateShippingMethodEligibilityChecker_InnerService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'Webgriffe\SyliusTableRateShippingPlugin\Checker\TableRateShippingMethodEligibilityChecker.inner' shared service.
  12.      *
  13.      * @return \Sylius\Component\Shipping\Checker\ShippingMethodEligibilityChecker
  14.      *
  15.      * @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
  16.      */
  17.     public static function do($container$lazyLoad true)
  18.     {
  19.         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');
  20.         return new \Sylius\Component\Shipping\Checker\ShippingMethodEligibilityChecker();
  21.     }
  22. }