de6940352a
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
12 lines
295 B
PHP
12 lines
295 B
PHP
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname(dirname($vendorDir));
|
|
|
|
return array(
|
|
'OC\\Core\\' => array($baseDir . '/core'),
|
|
'OC\\' => array($baseDir . '/lib/private'),
|
|
'OCP\\' => array($baseDir . '/lib/public'),
|
|
);
|