🎨 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

@@ -2,7 +2,7 @@
namespace Combodo\iTop\Forms\IO\Format;
use Combodo\iTop\DependencyInjection\DIService;
use Combodo\iTop\Service\DependencyInjection\DIService;
use Combodo\iTop\Forms\IO\FormBlockIOException;
class ClassIOFormat extends AbstractIOFormat
@@ -10,7 +10,7 @@ class ClassIOFormat extends AbstractIOFormat
public string $sClassName;
/**
* @throws \Combodo\iTop\DependencyInjection\DIException
* @throws \Combodo\iTop\Service\DependencyInjection\DIException
* @throws \Combodo\iTop\Forms\IO\FormBlockIOException
*/
public function __construct(string $sClassName)