mirror of
https://github.com/nextcloud/server.git
synced 2025-01-16 08:09:00 +00:00
85a879894f
Signed-off-by: Robin Appelman <robin@icewind.nl>
11 lines
260 B
PHP
11 lines
260 B
PHP
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = $vendorDir;
|
|
|
|
return array(
|
|
'Icewind\\Streams\\' => array($vendorDir . '/icewind/streams/src'),
|
|
'Icewind\\SMB\\' => array($vendorDir . '/icewind/smb/src'),
|
|
);
|