mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-12 18:03:00 +00:00
9 lines
171 B
PHP
9 lines
171 B
PHP
<?php
|
|
namespace Composer\Installers;
|
|
|
|
class MakoInstaller extends BaseInstaller
|
|
{
|
|
protected $locations = array(
|
|
'package' => 'app/packages/{$name}/',
|
|
);
|
|
}
|