Merge pull request #6344 from HouraisanNEET/master

Update bootstrap.rst
This commit is contained in:
rakekniven
2021-04-07 14:31:25 +02:00
committed by GitHub

View File

@@ -138,6 +138,6 @@ class and query an instance like
declare(strict_types=1);
// Register the composer autoloader for packages shipped by this app, if applicable
@include_once __DIR__ . '/../vendor/autoload.php'
@include_once __DIR__ . '/../vendor/autoload.php';
$app = \OC::$server->query(\OCA\MyApp\AppInfo\Application::class);