🎨 N°8772 - Moved DI under Service

This commit is contained in:
Eric Espie
2025-11-19 15:27:18 +01:00
parent bd44f971e4
commit 3e471edefd
8 changed files with 14 additions and 14 deletions

View File

@@ -7,7 +7,7 @@
namespace Combodo\iTop\Forms\IO\Converter;
use Combodo\iTop\DependencyInjection\DIService;
use Combodo\iTop\Service\DependencyInjection\DIService;
use Combodo\iTop\Forms\IO\Format\ClassIOFormat;
use Combodo\iTop\Forms\IO\FormBlockIOException;
@@ -18,7 +18,7 @@ class OqlToClassConverter extends AbstractConverter
{
/** @inheritdoc
* @throws \Combodo\iTop\Forms\IO\FormBlockIOException
* @throws \Combodo\iTop\DependencyInjection\DIException
* @throws \Combodo\iTop\Service\DependencyInjection\DIException
*/
public function Convert(mixed $oData): ?ClassIOFormat
{