File "OsclassInstaller.php"

Full Path: /home/warrior1/public_html/wp-content-20241001222009/themes/storefront/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php
File size: 327 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Composer\Installers;

class OsclassInstaller extends BaseInstaller
{
    
    /** @var array<string, string> */
    protected $locations = array(
        'plugin' => 'oc-content/plugins/{$name}/',
        'theme' => 'oc-content/themes/{$name}/',
        'language' => 'oc-content/languages/{$name}/',
    );
}