Fixed missing namespace of Factory

This commit is contained in:
Dave M. 2025-08-25 14:45:33 +00:00
parent dc52c88c03
commit 990f57b94e

View File

@ -7,7 +7,7 @@ use function DI\{ autowire, add, create, get };
$dir = dirname(__DIR__, 2);
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),