File "EzPlatformInstaller.php"
Full Path: /home/jlklyejr/public_html/wp-content-20241030122153/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}/',
);
}