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

class EzPlatformInstaller extends BaseInstaller
{
    protected $locations = array(
        'meta-assets' => 'web/assets/ezplatform/',
        'assets' => 'web/assets/ezplatform/{$name}/',
    );
}