2024-01-31 21:56:19 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/**
|
2024-06-15 23:10:49 +02:00
|
|
|
* Copyright (c) D3 Data Development (Inh. Thomas Dartsch)
|
|
|
|
*
|
|
|
|
* For the full copyright and license information, please view
|
|
|
|
* the LICENSE file that was distributed with this source code.
|
2024-01-31 21:56:19 +01:00
|
|
|
*
|
|
|
|
* https://www.d3data.de
|
|
|
|
*
|
|
|
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
2024-06-15 23:10:49 +02:00
|
|
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
2024-01-31 21:56:19 +01:00
|
|
|
* @link https://www.oxidmodule.com
|
|
|
|
*/
|
|
|
|
|
|
|
|
declare(strict_types=1);
|
|
|
|
|
|
|
|
use Symfony\Component\DependencyInjection\Container;
|
|
|
|
|
|
|
|
class_alias(Container::class, d3DIContainerCache::class);
|