mirror of
https://github.com/nextcloud/server.git
synced 2026-04-04 00:25:45 -04:00
We can't use an authoritive classmap in the current state as it would kill app loading. However we can use a proper classmap for the normal core stuff.
7 lines
183 B
PHP
7 lines
183 B
PHP
<?php
|
|
|
|
// autoload.php @generated by Composer
|
|
|
|
require_once __DIR__ . '/composer' . '/autoload_real.php';
|
|
|
|
return ComposerAutoloaderInit53792487c5a8370acc0b06b1a864ff4c::getLoader();
|