17 lines
		
	
	
		
			579 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			579 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
<?php
 | 
						|
/**
 | 
						|
 * Copyright © Magento, Inc. All rights reserved.
 | 
						|
 * See COPYING.txt for license details.
 | 
						|
 */
 | 
						|
 | 
						|
return [
 | 
						|
    \Magento\Framework\App\ResourceConnection::class,
 | 
						|
    \Magento\Framework\Config\Scope::class,
 | 
						|
    \Magento\Framework\ObjectManager\RelationsInterface::class,
 | 
						|
    \Magento\Framework\ObjectManager\ConfigInterface::class,
 | 
						|
    \Magento\Framework\Interception\DefinitionInterface::class,
 | 
						|
    \Magento\Framework\ObjectManager\DefinitionInterface::class,
 | 
						|
    \Magento\Framework\Session\Config::class,
 | 
						|
    \Magento\Framework\ObjectManager\Config\Mapper\Dom::class,
 | 
						|
];
 |