Files
nextcloud-server-mirror/lib/public/AppFramework/Bootstrap/IBootstrap.php
Christoph Wurst 5bc8510b3b Load the app.php before running apps' boot method
Some apps require the composer autoloader from app.php. If we run boot
before including that file, classes and functions from dependencies
won't be found.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-17 14:44:02 +02:00

1.4 KiB