Files
nextcloud-mail/composer/autoload.php
Christoph Wurst 1e28bc60db perf(autoloader): Use Composer's authoritative classmap
And stop server from doing the autoloading for us.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-01-20 11:56:32 +01:00

6 lines
83 B
PHP

<?php
declare(strict_types=1);
require_once __DIR__ . '/../vendor/autoload.php';