sathyashrayan

module.config.php

Mar 21st, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. 'service_manager' => array(
  2.     'factories' => array(
  3.         'Zend\Db\Adapter\Adapter'=> 'Zend\Db\Adapter\AdapterServiceFactory',
  4.  
  5.         'MarketPlace\Attributes\Service\EavAttributeInputTypeServiceInterface' =>
  6.                 'MarketPlace\Attributes\Factory\EavAttributeInputTypeFactory'
  7.                        
  8.             )
  9.         )
Add Comment
Please, Sign In to add comment