* @link https://www.oxidmodule.com */ declare(strict_types=1); use D3\DIContainerHandler\d3DicHandler; use Symfony\Component\DependencyInjection\Container; /** * @return Container */ function d3GetOxidDIC(): Container { return d3DicHandler::getInstance(); }