File "SyliusInstaller.php"
Full Path: /home/jlklyejr/public_html/wp-content-20241030122153/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php
File size: 165 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Composer\Installers;
class SyliusInstaller extends BaseInstaller
{
protected $locations = array(
'theme' => 'themes/{$name}/',
);
}