mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-13 02:13:01 +00:00
9 lines
167 B
PHP
9 lines
167 B
PHP
<?php
|
|
namespace Composer\Installers;
|
|
|
|
class KohanaInstaller extends BaseInstaller
|
|
{
|
|
protected $locations = array(
|
|
'module' => 'modules/{$name}/',
|
|
);
|
|
}
|