13 lines
518 B
PHP
13 lines
518 B
PHP
<?php
|
|
|
|
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
|
|
|
|
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
|
|
// Returns the public 'PrestaShopBundle\Controller\Admin\Sell\Catalog\CartRuleController' shared service.
|
|
|
|
$this->services['PrestaShopBundle\\Controller\\Admin\\Sell\\Catalog\\CartRuleController'] = $instance = new \PrestaShopBundle\Controller\Admin\Sell\Catalog\CartRuleController();
|
|
|
|
$instance->setContainer($this);
|
|
|
|
return $instance;
|