File "DolibarrInstaller.php"
Full path: /var/www/html/wp-content/plugins/woocommerce-subscriptions/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php
File
size: 354 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
namespace Composer\Installers;
/**
* Class DolibarrInstaller
*
* @package Composer\Installers
* @author Raphaƫl Doursenaud <rdoursenaud@gpcsolutions.fr>
*/
class DolibarrInstaller extends BaseInstaller
{
//TODO: Add support for scripts and themes
protected $locations = array(
'module' => 'htdocs/custom/{$name}/',
);
}