nextcloud/lib/public/AppFramework/Bootstrap
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
..
IBootContext.php Add dedicated API for apps' bootstrapping process 2020-06-17 09:22:21 +02:00
IBootstrap.php Load the app.php before running apps' boot method 2020-06-17 14:44:02 +02:00
IRegistrationContext.php Add dedicated API for apps' bootstrapping process 2020-06-17 09:22:21 +02:00