• File: EliasisInstaller.php
  • Full Path: /home/chassiw/www/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php
  • File size: 305 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
namespace Composer\Installers;

class EliasisInstaller extends BaseInstaller
{
    protected $locations = array(
        'component' => 'components/{$name}/',
        'module'    => 'modules/{$name}/',
        'plugin'    => 'plugins/{$name}/',
        'template'  => 'templates/{$name}/',
    );
}