Fixed missing namespace of Factory
This commit is contained in:
		
							parent
							
								
									dc52c88c03
								
							
						
					
					
						commit
						990f57b94e
					
				| @ -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), | ||||
| 
 | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user