View file core/libs/s3/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php

File size: 202B
<?php
namespace Composer\Installers;

class SMFInstaller extends BaseInstaller
{
    protected $locations = array(
        'module' => 'Sources/{$name}/',
        'theme' => 'Themes/{$name}/',
    );
}