Initial Drupal 11 with DDEV setup
This commit is contained in:
11
vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php
vendored
Normal file
11
vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Composer\Installers;
|
||||
|
||||
class UserFrostingInstaller extends BaseInstaller
|
||||
{
|
||||
/** @var array<string, string> */
|
||||
protected $locations = array(
|
||||
'sprinkle' => 'app/sprinkles/{$name}/',
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user