mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-08-12 14:34:04 +00:00
13 lines
409 B
PHP
13 lines
409 B
PHP
<?php
|
|
return array();
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
// Disabled in UD to prevent PHP fatals caused by other plugins with old versions of Composer loaded first (we instead auto-load these via a class map)
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
// 'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'),
|
|
);
|