mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
13 lines
474 B
PHP
13 lines
474 B
PHP
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Thunder\\Shortcode\\' => array($vendorDir . '/thunderer/shortcode/src'),
|
|
'Grav\\Plugin\\PresentationPlugin\\API\\' => array($baseDir . '/classes'),
|
|
'Grav\\Plugin\\PresentationPlugin\\' => array($baseDir . '/classes'),
|
|
'Composer\\Installers\\' => array($vendorDir . '/composer/installers/src/Composer/Installers'),
|
|
);
|