| Current Path : /var/www/html/setup/src/Magento/Setup/Module/Setup/ |
| Current File : /var/www/html/setup/src/Magento/Setup/Module/Setup/ResourceConfig.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Setup\Module\Setup;
/**
* Simplified resource config for Setup tools
*/
class ResourceConfig implements \Magento\Framework\App\ResourceConnection\ConfigInterface
{
/**
* {@inheritdoc}
*/
public function getConnectionName($resourceName)
{
return \Magento\Framework\App\ResourceConnection::DEFAULT_CONNECTION;
}
}