Fixed missing namespace of Factory

This commit is contained in:
Dave M. 2025-08-25 14:45:33 +00:00 committed by Dave Mc Nicoll
parent 4b76a387fe
commit b12fc65ea9

View File

@ -7,7 +7,7 @@ use function DI\{ autowire, add, create, get };
$dir = dirname(__DIR__, 2); $dir = dirname(__DIR__, 2);
return [ return [
\%NAMESPACE%\Factory\FormFactoryInterface::class => autowire(Factory\FormFactory::class), \%NAMESPACE%\Factory\FormFactoryInterface::class => autowire(\%NAMESPACE%\Factory\FormFactory::class),
\Lean\Api\Factory\MessageFactoryInterface::class => autowire(\%NAMESPACE%\Lib\Message::class), \Lean\Api\Factory\MessageFactoryInterface::class => autowire(\%NAMESPACE%\Lib\Message::class),