11 lines
446 B
PHP
11 lines
446 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 'prestashop.adapter.legacy_db' shared service.
|
|
|
|
@trigger_error('prestashop.adapter.legacy_db service is deprecated and will be removed in 1.8.', E_USER_DEPRECATED);
|
|
|
|
return $this->services['prestashop.adapter.legacy_db'] = \Db::getInstance();
|